Html Css Color HEX #F4C030 Saffron

📋 copy color: '#F4C030'

red 244 ◦ green 192 ◦ blue 48

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

Shades of Saffron #F4C030

Tints of Saffron #F4C030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.92%

R = 50.41%
G = 39.67%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4C030 (or 0xF4C030) is known color: Saffron. HEX triplet: F4, C0 and 30. RGB value is (244,192,48). Sum of RGB (Red+Green+Blue) = 244+192+48=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C030 is #0B3FCF. Grayscale: #BFBFBF. Windows color (decimal): -737232 or 3195124. OLE color: 3195124.

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

Color convert

RGB 244 192 48 -
CMYK 0 0.21 0.80 0.04
HSL 44.08º 0.9% 0.57% -
HSV(B) 44.08º 0.8% 0.96% -
XYZ 56.69 57.15 10.84 -
YUV 191.13 47.23 165.71 -
System Red Green Blue C M Y K H S L
Decimal 244 192 48 0 0.21 0.80 0.04 44.08 0.9 0.57
Hex F4 C0 30 0 15 50 4 2C 5A 39
Octal 364 300 60 0 25 120 4 54 132 71
Binary 11110100 11000000 110000 0 10101 1010000 100 101100 1011010 111001

Color Harmonies of #F4C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C030

Black with #F4C030

Text Example


Text Example

White with #F4C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C030; }

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

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

background-color css

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

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

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

border-color css

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

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

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