Html Css Color HEX #F4C240 Saffron

📋 copy color: '#F4C240'

red 244 ◦ green 194 ◦ blue 64

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

Shades of Saffron #F4C240

Tints of Saffron #F4C240

RGB

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

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

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

R = 48.61%
G = 38.65%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4C240 (or 0xF4C240) is known color: Saffron. HEX triplet: F4, C2 and 40. RGB value is (244,194,64). Sum of RGB (Red+Green+Blue) = 244+194+64=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C240 is #0B3DBF. Grayscale: #C2C2C2. Windows color (decimal): -736704 or 4244212. OLE color: 4244212.

HSL color Cylindrical-coordinate representation of color #F4C240: hue angle of 43.33º 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 #F4C240 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 64 -
CMYK 0 0.20 0.74 0.04
HSL 43.33º 0.89% 0.6% -
HSV(B) 43.33º 0.74% 0.96% -
XYZ 57.53 58.19 13.05 -
YUV 194.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 244 194 64 0 0.20 0.74 0.04 43.33 0.89 0.6
Hex F4 C2 40 0 14 4A 4 2B 59 3C
Octal 364 302 100 0 24 112 4 53 131 74
Binary 11110100 11000010 1000000 0 10100 1001010 100 101011 1011001 111100

Color Harmonies of #F4C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C240

Black with #F4C240

Text Example


Text Example

White with #F4C240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C240; }

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

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

background-color css

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

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

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

border-color css

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

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

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