#FBD342

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

Shades of Sunglow #FBD342

Tints of Sunglow #FBD342

Color information

#FBD342 (or 0xFBD342) is unknown color: approx Sunglow. HEX triplet: FB, D3 and 42. RGB value is (251,211,66). Sum of RGB (Red+Green+Blue) = 251+211+66=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD342 is #042CBD. Grayscale: #CFCFCF. Windows color (decimal): -273598 or 4379643. OLE color: 4379643.

HSL color Cylindrical-coordinate representation of color #FBD342: hue angle of 47.03º 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 #FBD342 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25121166-
CMYK00.160.740.02
HSL47.03º95.85%62.16%-
HSV(B)47.03º73.71%98.43%-
XYZ64.0667.4914.8-
YUV206.4348.75159.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 66 (26.17% from 255) = 12.5%
R=47.54%
G=39.96%
B=12.5%

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
Decimal2512116600.160.740.0247.0395.8562.16
HexFBD3420104A22f603e
Octal37332310202011225714076
Binary111110111101001110000100100001001010101011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD342; }

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

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

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

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

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

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

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

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