#F1C636

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

Shades of Saffron #F1C636

Tints of Saffron #F1C636

Color information

#F1C636 (or 0xF1C636) is unknown color: approx Saffron. HEX triplet: F1, C6 and 36. RGB value is (241,198,54). Sum of RGB (Red+Green+Blue) = 241+198+54=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C636 is #0E39C9. Grayscale: #C3C3C3. Windows color (decimal): -932298 or 3589873. OLE color: 3589873.

HSL color Cylindrical-coordinate representation of color #F1C636: hue angle of 46.2º 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 #F1C636 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24119854-
CMYK00.180.780.05
HSL46.2º86.98%57.84%-
HSV(B)46.2º77.59%94.51%-
XYZ57.1459.3611.94-
YUV194.4448.75161.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 54 (21.48% from 255) = 10.95%
R=48.88%
G=40.16%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411985400.180.780.0546.286.9857.84
HexF1C6360124E52e573a
Octal3613066602211655612772
Binary111100011100011011011001001010011101011011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C636; }

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

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

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

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

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

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

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

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