Html Css Color HEX #F4C428 Saffron

📋 copy color: '#F4C428'

red 244 ◦ green 196 ◦ blue 40

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

Shades of Saffron #F4C428

Tints of Saffron #F4C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 50.83%
G = 40.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F4C428 (or 0xF4C428) is known color: Saffron. HEX triplet: F4, C4 and 28. RGB value is (244,196,40). Sum of RGB (Red+Green+Blue) = 244+196+40=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C428 is #0B3BD7. Grayscale: #C1C1C1. Windows color (decimal): -736216 or 2671860. OLE color: 2671860.

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

Color convert

RGB 244 196 40 -
CMYK 0 0.20 0.84 0.04
HSL 45.88º 0.9% 0.56% -
HSV(B) 45.88º 0.84% 0.96% -
XYZ 57.43 58.87 10.34 -
YUV 192.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 244 196 40 0 0.20 0.84 0.04 45.88 0.9 0.56
Hex F4 C4 28 0 14 54 4 2E 5A 38
Octal 364 304 50 0 24 124 4 56 132 70
Binary 11110100 11000100 101000 0 10100 1010100 100 101110 1011010 111000

Color Harmonies of #F4C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C428

Black with #F4C428

Text Example


Text Example

White with #F4C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C428; }

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

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

background-color css

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

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

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

border-color css

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

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

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