Html Css Color HEX #F4C040 Saffron

📋 copy color: '#F4C040'

red 244 ◦ green 192 ◦ blue 64

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

Shades of Saffron #F4C040

Tints of Saffron #F4C040

RGB

 RED value IS 244 (95.7% from 255) = 48.8%

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 48.8%
G = 38.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4C040 (or 0xF4C040) is known color: Saffron. HEX triplet: F4, C0 and 40. RGB value is (244,192,64). Sum of RGB (Red+Green+Blue) = 244+192+64=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C040 is #0B3FBF. Grayscale: #C1C1C1. Windows color (decimal): -737216 or 4243700. OLE color: 4243700.

HSL color Cylindrical-coordinate representation of color #F4C040: hue angle of 42.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4C040 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 64 -
CMYK 0 0.21 0.74 0.04
HSL 42.67º 0.89% 0.6% -
HSV(B) 42.67º 0.74% 0.96% -
XYZ 57.08 57.3 12.9 -
YUV 192.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 244 192 64 0 0.21 0.74 0.04 42.67 0.89 0.6
Hex F4 C0 40 0 15 4A 4 2B 59 3C
Octal 364 300 100 0 25 112 4 53 131 74
Binary 11110100 11000000 1000000 0 10101 1001010 100 101011 1011001 111100

Color Harmonies of #F4C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C040

Black with #F4C040

Text Example


Text Example

White with #F4C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C040; }

 p { color: rgb(244,192,64); }

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

background-color css

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

 a { background-color: rgb(244,192,64); }

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

border-color css

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

 span { border-color: rgb(244,192,64); }

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