Html Css Color HEX #F4C62D Saffron

📋 copy color: '#F4C62D'

red 244 ◦ green 198 ◦ blue 45

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

Shades of Saffron #F4C62D

Tints of Saffron #F4C62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 50.1%
G = 40.66%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4C62D (or 0xF4C62D) is known color: Saffron. HEX triplet: F4, C6 and 2D. RGB value is (244,198,45). Sum of RGB (Red+Green+Blue) = 244+198+45=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C62D is #0B39D2. Grayscale: #C2C2C2. Windows color (decimal): -735699 or 3000052. OLE color: 3000052.

HSL color Cylindrical-coordinate representation of color #F4C62D: hue angle of 46.13º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4C62D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 198 45 -
CMYK 0 0.19 0.82 0.04
HSL 46.13º 0.9% 0.57% -
HSV(B) 46.13º 0.82% 0.96% -
XYZ 57.98 59.81 10.97 -
YUV 194.31 43.74 163.44 -
System Red Green Blue C M Y K H S L
Decimal 244 198 45 0 0.19 0.82 0.04 46.13 0.9 0.57
Hex F4 C6 2D 0 13 52 4 2E 5A 39
Octal 364 306 55 0 23 122 4 56 132 71
Binary 11110100 11000110 101101 0 10011 1010010 100 101110 1011010 111001

Color Harmonies of #F4C62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C62D

Black with #F4C62D

Text Example


Text Example

White with #F4C62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C62D; }

 p { color: rgb(244,198,45); }

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

background-color css

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

 a { background-color: rgb(244,198,45); }

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

border-color css

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

 span { border-color: rgb(244,198,45); }

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