Html Css Color HEX #F4C631 Saffron

📋 copy color: '#F4C631'

red 244 ◦ green 198 ◦ blue 49

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

Shades of Saffron #F4C631

Tints of Saffron #F4C631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.98%

R = 49.69%
G = 40.33%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4C631 (or 0xF4C631) is known color: Saffron. HEX triplet: F4, C6 and 31. RGB value is (244,198,49). Sum of RGB (Red+Green+Blue) = 244+198+49=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C631 is #0B39CE. Grayscale: #C3C3C3. Windows color (decimal): -735695 or 3262196. OLE color: 3262196.

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

Color convert

RGB 244 198 49 -
CMYK 0 0.19 0.80 0.04
HSL 45.85º 0.9% 0.57% -
HSV(B) 45.85º 0.8% 0.96% -
XYZ 58.06 59.84 11.4 -
YUV 194.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 244 198 49 0 0.19 0.80 0.04 45.85 0.9 0.57
Hex F4 C6 31 0 13 50 4 2E 5A 39
Octal 364 306 61 0 23 120 4 56 132 71
Binary 11110100 11000110 110001 0 10011 1010000 100 101110 1011010 111001

Color Harmonies of #F4C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C631

Black with #F4C631

Text Example


Text Example

White with #F4C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C631; }

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

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

background-color css

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

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

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

border-color css

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

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

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