Html Css Color HEX #F8C42A Saffron

📋 copy color: '#F8C42A'

red 248 ◦ green 196 ◦ blue 42

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

Shades of Saffron #F8C42A

Tints of Saffron #F8C42A

RGB

 RED value IS 248 (97.27% from 255) = 51.03%

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

 BLUE value IS 42 (16.8% from 255) = 8.64%

R = 51.03%
G = 40.33%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8C42A (or 0xF8C42A) is known color: Saffron. HEX triplet: F8, C4 and 2A. RGB value is (248,196,42). Sum of RGB (Red+Green+Blue) = 248+196+42=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C42A is #073BD5. Grayscale: #C2C2C2. Windows color (decimal): -474070 or 2802936. OLE color: 2802936.

HSL color Cylindrical-coordinate representation of color #F8C42A: hue angle of 44.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8C42A is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 196 42 -
CMYK 0 0.21 0.83 0.03
HSL 44.85º 0.94% 0.57% -
HSV(B) 44.85º 0.83% 0.97% -
XYZ 58.87 59.6 10.59 -
YUV 193.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 248 196 42 0 0.21 0.83 0.03 44.85 0.94 0.57
Hex F8 C4 2A 0 15 53 3 2D 5E 39
Octal 370 304 52 0 25 123 3 55 136 71
Binary 11111000 11000100 101010 0 10101 1010011 11 101101 1011110 111001

Color Harmonies of #F8C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C42A

Black with #F8C42A

Text Example


Text Example

White with #F8C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C42A; }

 p { color: rgb(248,196,42); }

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

background-color css

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

 a { background-color: rgb(248,196,42); }

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

border-color css

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

 span { border-color: rgb(248,196,42); }

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