Html Css Color HEX #F1C32F Saffron

📋 copy color: '#F1C32F'

red 241 ◦ green 195 ◦ blue 47

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

Shades of Saffron #F1C32F

Tints of Saffron #F1C32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 49.9%
G = 40.37%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1C32F (or 0xF1C32F) is known color: Saffron. HEX triplet: F1, C3 and 2F. RGB value is (241,195,47). Sum of RGB (Red+Green+Blue) = 241+195+47=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C32F is #0E3CD0. Grayscale: #C0C0C0. Windows color (decimal): -933073 or 3130353. OLE color: 3130353.

HSL color Cylindrical-coordinate representation of color #F1C32F: hue angle of 45.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C32F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 195 47 -
CMYK 0 0.19 0.80 0.05
HSL 45.77º 0.87% 0.56% -
HSV(B) 45.77º 0.8% 0.95% -
XYZ 56.3 57.94 10.9 -
YUV 191.88 46.24 163.03 -
System Red Green Blue C M Y K H S L
Decimal 241 195 47 0 0.19 0.80 0.05 45.77 0.87 0.56
Hex F1 C3 2F 0 13 50 5 2E 57 38
Octal 361 303 57 0 23 120 5 56 127 70
Binary 11110001 11000011 101111 0 10011 1010000 101 101110 1010111 111000

Color Harmonies of #F1C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C32F

Black with #F1C32F

Text Example


Text Example

White with #F1C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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