Html Css Color HEX #F8C42C Saffron

📋 copy color: '#F8C42C'

red 248 ◦ green 196 ◦ blue 44

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

Shades of Saffron #F8C42C

Tints of Saffron #F8C42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.02%

R = 50.82%
G = 40.16%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8C42C (or 0xF8C42C) is known color: Saffron. HEX triplet: F8, C4 and 2C. RGB value is (248,196,44). Sum of RGB (Red+Green+Blue) = 248+196+44=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C42C is #073BD3. Grayscale: #C2C2C2. Windows color (decimal): -474068 or 2934008. OLE color: 2934008.

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

Color convert

RGB 248 196 44 -
CMYK 0 0.21 0.82 0.03
HSL 44.71º 0.94% 0.57% -
HSV(B) 44.71º 0.82% 0.97% -
XYZ 58.91 59.62 10.79 -
YUV 194.22 43.23 166.36 -
System Red Green Blue C M Y K H S L
Decimal 248 196 44 0 0.21 0.82 0.03 44.71 0.94 0.57
Hex F8 C4 2C 0 15 52 3 2D 5E 39
Octal 370 304 54 0 25 122 3 55 136 71
Binary 11111000 11000100 101100 0 10101 1010010 11 101101 1011110 111001

Color Harmonies of #F8C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C42C

Black with #F8C42C

Text Example


Text Example

White with #F8C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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