Html Css Color HEX #F0C32E Saffron

📋 copy color: '#F0C32E'

red 240 ◦ green 195 ◦ blue 46

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

Shades of Saffron #F0C32E

Tints of Saffron #F0C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.56%

R = 49.9%
G = 40.54%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0C32E (or 0xF0C32E) is known color: Saffron. HEX triplet: F0, C3 and 2E. RGB value is (240,195,46). Sum of RGB (Red+Green+Blue) = 240+195+46=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C32E is #0F3CD1. Grayscale: #C0C0C0. Windows color (decimal): -998610 or 3064816. OLE color: 3064816.

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

Color convert

RGB 240 195 46 -
CMYK 0 0.19 0.81 0.06
HSL 46.08º 0.87% 0.56% -
HSV(B) 46.08º 0.81% 0.94% -
XYZ 55.94 57.75 10.78 -
YUV 191.47 45.91 162.62 -
System Red Green Blue C M Y K H S L
Decimal 240 195 46 0 0.19 0.81 0.06 46.08 0.87 0.56
Hex F0 C3 2E 0 13 51 6 2E 57 38
Octal 360 303 56 0 23 121 6 56 127 70
Binary 11110000 11000011 101110 0 10011 1010001 110 101110 1010111 111000

Color Harmonies of #F0C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C32E

Black with #F0C32E

Text Example


Text Example

White with #F0C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C32E; }

 p { color: rgb(240,195,46); }

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

background-color css

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

 a { background-color: rgb(240,195,46); }

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

border-color css

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

 span { border-color: rgb(240,195,46); }

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