#F1C234

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

Shades of Saffron #F1C234

Tints of Saffron #F1C234

Color information

#F1C234 (or 0xF1C234) is unknown color: approx Saffron. HEX triplet: F1, C2 and 34. RGB value is (241,194,52). Sum of RGB (Red+Green+Blue) = 241+194+52=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C234 is #0E3DCB. Grayscale: #C0C0C0. Windows color (decimal): -933324 or 3457777. OLE color: 3457777.

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

Color convert

RGB24119452-
CMYK00.200.780.05
HSL45.08º87.1%57.45%-
HSV(B)45.08º78.42%94.51%-
XYZ56.1957.5311.39-
YUV191.8649.07163.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 52 (20.70% from 255) = 10.68%
R=49.49%
G=39.84%
B=10.68%

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
Decimal2411945200.200.780.0545.0887.157.45
HexF1C2340144E52d5739
Octal3613026402411655512771
Binary111100011100001011010001010010011101011011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C234; }

 p { color: rgb(241,194,52); }

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

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

 a { background-color: rgb(241,194,52); }

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

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

 span { border-color: rgb(241,194,52); }

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