#F1C036

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

Shades of Saffron #F1C036

Tints of Saffron #F1C036

Color information

#F1C036 (or 0xF1C036) is unknown color: approx Saffron. HEX triplet: F1, C0 and 36. RGB value is (241,192,54). Sum of RGB (Red+Green+Blue) = 241+192+54=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C036 is #0E3FC9. Grayscale: #BFBFBF. Windows color (decimal): -933834 or 3588337. OLE color: 3588337.

HSL color Cylindrical-coordinate representation of color #F1C036: hue angle of 44.28º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1C036 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24119254-
CMYK00.200.780.05
HSL44.28º86.98%57.84%-
HSV(B)44.28º77.59%94.51%-
XYZ55.7956.6711.49-
YUV190.9250.73163.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 54 (21.48% from 255) = 11.09%
R=49.49%
G=39.43%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411925400.200.780.0544.2886.9857.84
HexF1C0360144E52c573a
Octal3613006602411655412772
Binary111100011100000011011001010010011101011011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C036; }

 p { color: rgb(241,192,54); }

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

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

 a { background-color: rgb(241,192,54); }

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

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

 span { border-color: rgb(241,192,54); }

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