Html Css Color HEX #F4C035 Saffron

📋 copy color: '#F4C035'

red 244 ◦ green 192 ◦ blue 53

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

Shades of Saffron #F4C035

Tints of Saffron #F4C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.84%

R = 49.9%
G = 39.26%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F4C035 (or 0xF4C035) is known color: Saffron. HEX triplet: F4, C0 and 35. RGB value is (244,192,53). Sum of RGB (Red+Green+Blue) = 244+192+53=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C035 is #0B3FCA. Grayscale: #C0C0C0. Windows color (decimal): -737227 or 3522804. OLE color: 3522804.

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

Color convert

RGB 244 192 53 -
CMYK 0 0.21 0.78 0.04
HSL 43.66º 0.9% 0.58% -
HSV(B) 43.66º 0.78% 0.96% -
XYZ 56.8 57.19 11.41 -
YUV 191.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 244 192 53 0 0.21 0.78 0.04 43.66 0.9 0.58
Hex F4 C0 35 0 15 4E 4 2C 5A 3A
Octal 364 300 65 0 25 116 4 54 132 72
Binary 11110100 11000000 110101 0 10101 1001110 100 101100 1011010 111010

Color Harmonies of #F4C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C035

Black with #F4C035

Text Example


Text Example

White with #F4C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C035; }

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

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

background-color css

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

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

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

border-color css

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

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

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