#FBD341

Color #FBD341 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FBD341

Tints of Sunglow #FBD341

Color information

#FBD341 (or 0xFBD341) is unknown color: approx Sunglow. HEX triplet: FB, D3 and 41. RGB value is (251,211,65). Sum of RGB (Red+Green+Blue) = 251+211+65=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD341 is #042CBE. Grayscale: #CECECE. Windows color (decimal): -273599 or 4314107. OLE color: 4314107.

HSL color Cylindrical-coordinate representation of color #FBD341: hue angle of 47.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBD341 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25121165-
CMYK00.160.740.02
HSL47.1º95.88%61.96%-
HSV(B)47.1º74.1%98.43%-
XYZ64.0367.4814.65-
YUV206.3248.25159.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 65 (25.78% from 255) = 12.33%
R=47.63%
G=40.04%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512116500.160.740.0247.195.8861.96
HexFBD3410104A22f603e
Octal37332310102011225714076
Binary111110111101001110000010100001001010101011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD341; }

 p { color: rgb(251,211,65); }

 H1.HeaderClassName
 {
   color: #FBD341;
 }
 .AnyTagClassName
 {
   color: #FBD341;
 }
</style>
background-color css

<style>
 a { background-color: #FBD341; }

 a { background-color: rgb(251,211,65); }

 div.DivClassName
 {
   background-color: #FBD341;
 }
 .BgClassName
 {
   background-color: #FBD341;
 }
</style>
border-color css

<style>
 span { border-color: #FBD341; }

 span { border-color: rgb(251,211,65); }

 td.TdClassName
 {
   border-color: #FBD341;
 }
 .TagClassName
 {
   border-color: #FBD341;
 }
</style>