Html Css Color HEX #F1C332 Saffron

📋 copy color: '#F1C332'

red 241 ◦ green 195 ◦ blue 50

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

Shades of Saffron #F1C332

Tints of Saffron #F1C332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 49.59%
G = 40.12%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1C332 (or 0xF1C332) is known color: Saffron. HEX triplet: F1, C3 and 32. RGB value is (241,195,50). Sum of RGB (Red+Green+Blue) = 241+195+50=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C332 is #0E3CCD. Grayscale: #C0C0C0. Windows color (decimal): -933070 or 3326961. OLE color: 3326961.

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

Color convert

RGB 241 195 50 -
CMYK 0 0.19 0.79 0.05
HSL 45.55º 0.87% 0.57% -
HSV(B) 45.55º 0.79% 0.95% -
XYZ 56.37 57.96 11.23 -
YUV 192.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 241 195 50 0 0.19 0.79 0.05 45.55 0.87 0.57
Hex F1 C3 32 0 13 4F 5 2E 57 39
Octal 361 303 62 0 23 117 5 56 127 71
Binary 11110001 11000011 110010 0 10011 1001111 101 101110 1010111 111001

Color Harmonies of #F1C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C332

Black with #F1C332

Text Example


Text Example

White with #F1C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C332; }

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

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

background-color css

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

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

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

border-color css

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

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

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