#FBC52C

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

Shades of Saffron #FBC52C

Tints of Saffron #FBC52C

Color information

#FBC52C (or 0xFBC52C) is unknown color: approx Saffron. HEX triplet: FB, C5 and 2C. RGB value is (251,197,44). Sum of RGB (Red+Green+Blue) = 251+197+44=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52C is #043AD3. Grayscale: #C4C4C4. Windows color (decimal): -277204 or 2934267. OLE color: 2934267.

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

Color convert

RGB25119744-
CMYK00.220.820.02
HSL44.35º96.28%57.84%-
HSV(B)44.35º82.47%98.43%-
XYZ60.260.6210.91-
YUV195.742.39167.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.02%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 44 (17.58% from 255) = 8.94%
R=51.02%
G=40.04%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511974400.220.820.0244.3596.2857.84
HexFBC52C0165222c603a
Octal3733055402612225414072
Binary11111011110001011011000101101010010101011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC52C; }

 p { color: rgb(251,197,44); }

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

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

 a { background-color: rgb(251,197,44); }

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

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

 span { border-color: rgb(251,197,44); }

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