Html Css Color HEX #F0C231 Saffron

📋 copy color: '#F0C231'

red 240 ◦ green 194 ◦ blue 49

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

Shades of Saffron #F0C231

Tints of Saffron #F0C231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.14%

R = 49.69%
G = 40.17%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0C231 (or 0xF0C231) is known color: Saffron. HEX triplet: F0, C2 and 31. RGB value is (240,194,49). Sum of RGB (Red+Green+Blue) = 240+194+49=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C231 is #0F3DCE. Grayscale: #BFBFBF. Windows color (decimal): -998863 or 3261168. OLE color: 3261168.

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

Color convert

RGB 240 194 49 -
CMYK 0 0.19 0.80 0.06
HSL 45.55º 0.86% 0.57% -
HSV(B) 45.55º 0.8% 0.94% -
XYZ 55.78 57.33 11.03 -
YUV 191.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 240 194 49 0 0.19 0.80 0.06 45.55 0.86 0.57
Hex F0 C2 31 0 13 50 6 2E 56 39
Octal 360 302 61 0 23 120 6 56 126 71
Binary 11110000 11000010 110001 0 10011 1010000 110 101110 1010110 111001

Color Harmonies of #F0C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C231

Black with #F0C231

Text Example


Text Example

White with #F0C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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