Html Css Color HEX #F4C528 Saffron

📋 copy color: '#F4C528'

red 244 ◦ green 197 ◦ blue 40

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

Shades of Saffron #F4C528

Tints of Saffron #F4C528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 50.73%
G = 40.96%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F4C528 (or 0xF4C528) is known color: Saffron. HEX triplet: F4, C5 and 28. RGB value is (244,197,40). Sum of RGB (Red+Green+Blue) = 244+197+40=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C528 is #0B3AD7. Grayscale: #C1C1C1. Windows color (decimal): -735960 or 2672116. OLE color: 2672116.

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

Color convert

RGB 244 197 40 -
CMYK 0 0.19 0.84 0.04
HSL 46.18º 0.9% 0.56% -
HSV(B) 46.18º 0.84% 0.96% -
XYZ 57.66 59.32 10.42 -
YUV 193.16 41.57 164.27 -
System Red Green Blue C M Y K H S L
Decimal 244 197 40 0 0.19 0.84 0.04 46.18 0.9 0.56
Hex F4 C5 28 0 13 54 4 2E 5A 38
Octal 364 305 50 0 23 124 4 56 132 70
Binary 11110100 11000101 101000 0 10011 1010100 100 101110 1011010 111000

Color Harmonies of #F4C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C528

Black with #F4C528

Text Example


Text Example

White with #F4C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C528; }

 p { color: rgb(244,197,40); }

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

background-color css

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

 a { background-color: rgb(244,197,40); }

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

border-color css

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

 span { border-color: rgb(244,197,40); }

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