Html Css Color HEX #F1C232 Saffron

📋 copy color: '#F1C232'

red 241 ◦ green 194 ◦ blue 50

#F1C232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #F1C232

Tints of Saffron #F1C232

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 49.69%
G = 40%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1C232 (or 0xF1C232) is known color: Saffron. HEX triplet: F1, C2 and 32. RGB value is (241,194,50). Sum of RGB (Red+Green+Blue) = 241+194+50=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C232 is #0E3DCD. Grayscale: #C0C0C0. Windows color (decimal): -933326 or 3326705. OLE color: 3326705.

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

Color convert

RGB 241 194 50 -
CMYK 0 0.20 0.79 0.05
HSL 45.24º 0.87% 0.57% -
HSV(B) 45.24º 0.79% 0.95% -
XYZ 56.14 57.51 11.16 -
YUV 191.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 241 194 50 0 0.20 0.79 0.05 45.24 0.87 0.57
Hex F1 C2 32 0 14 4F 5 2D 57 39
Octal 361 302 62 0 24 117 5 55 127 71
Binary 11110001 11000010 110010 0 10100 1001111 101 101101 1010111 111001

Color Harmonies of #F1C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C232

Black with #F1C232

Text Example


Text Example

White with #F1C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C232; }

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

 H1.HeaderClassName
 {
   color: #F1C232;
 }
 .AnyTagClassName
 {
   color: #F1C232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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