#F5C52B

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

Shades of Saffron #F5C52B

Tints of Saffron #F5C52B

Color information

#F5C52B (or 0xF5C52B) is unknown color: approx Saffron. HEX triplet: F5, C5 and 2B. RGB value is (245,197,43). Sum of RGB (Red+Green+Blue) = 245+197+43=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C52B is #0A3AD4. Grayscale: #C2C2C2. Windows color (decimal): -670421 or 2868725. OLE color: 2868725.

HSL color Cylindrical-coordinate representation of color #F5C52B: hue angle of 45.74º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5C52B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24519743-
CMYK00.200.820.04
HSL45.74º90.99%56.47%-
HSV(B)45.74º82.45%96.08%-
XYZ58.0659.5210.71-
YUV193.842.9164.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 43 (17.19% from 255) = 8.87%
R=50.52%
G=40.62%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451974300.200.820.0445.7490.9956.47
HexF5C52B0145242e5b38
Octal3653055302412245613370
Binary111101011100010110101101010010100101001011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C52B; }

 p { color: rgb(245,197,43); }

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

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

 a { background-color: rgb(245,197,43); }

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

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

 span { border-color: rgb(245,197,43); }

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