Html Css Color HEX #F0C232 Saffron

📋 copy color: '#F0C232'

red 240 ◦ green 194 ◦ blue 50

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

Shades of Saffron #F0C232

Tints of Saffron #F0C232

RGB

 RED value IS 240 (94.14% from 255) = 49.59%

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

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

R = 49.59%
G = 40.08%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0C232 (or 0xF0C232) is known color: Saffron. HEX triplet: F0, C2 and 32. RGB value is (240,194,50). Sum of RGB (Red+Green+Blue) = 240+194+50=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C232 is #0F3DCD. Grayscale: #BFBFBF. Windows color (decimal): -998862 or 3326704. OLE color: 3326704.

HSL color Cylindrical-coordinate representation of color #F0C232: hue angle of 45.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0C232 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 50 -
CMYK 0 0.19 0.79 0.06
HSL 45.47º 0.86% 0.57% -
HSV(B) 45.47º 0.79% 0.94% -
XYZ 55.8 57.34 11.14 -
YUV 191.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 240 194 50 0 0.19 0.79 0.06 45.47 0.86 0.57
Hex F0 C2 32 0 13 4F 6 2D 56 39
Octal 360 302 62 0 23 117 6 55 126 71
Binary 11110000 11000010 110010 0 10011 1001111 110 101101 1010110 111001

Color Harmonies of #F0C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C232

Black with #F0C232

Text Example


Text Example

White with #F0C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C232; }

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

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

background-color css

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

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

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

border-color css

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

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

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