Html Css Color HEX #F0C42F Saffron

📋 copy color: '#F0C42F'

red 240 ◦ green 196 ◦ blue 47

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

Shades of Saffron #F0C42F

Tints of Saffron #F0C42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

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

R = 49.69%
G = 40.58%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0C42F (or 0xF0C42F) is known color: Saffron. HEX triplet: F0, C4 and 2F. RGB value is (240,196,47). Sum of RGB (Red+Green+Blue) = 240+196+47=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C42F is #0F3BD0. Grayscale: #C0C0C0. Windows color (decimal): -998353 or 3130608. OLE color: 3130608.

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

Color convert

RGB 240 196 47 -
CMYK 0 0.18 0.80 0.06
HSL 46.32º 0.87% 0.56% -
HSV(B) 46.32º 0.8% 0.94% -
XYZ 56.19 58.21 10.96 -
YUV 192.17 46.08 162.12 -
System Red Green Blue C M Y K H S L
Decimal 240 196 47 0 0.18 0.80 0.06 46.32 0.87 0.56
Hex F0 C4 2F 0 12 50 6 2E 57 38
Octal 360 304 57 0 22 120 6 56 127 70
Binary 11110000 11000100 101111 0 10010 1010000 110 101110 1010111 111000

Color Harmonies of #F0C42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C42F

Black with #F0C42F

Text Example


Text Example

White with #F0C42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C42F; }

 p { color: rgb(240,196,47); }

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

background-color css

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

 a { background-color: rgb(240,196,47); }

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

border-color css

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

 span { border-color: rgb(240,196,47); }

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