Html Css Color HEX #F8C932 Saffron

📋 copy color: '#F8C932'

red 248 ◦ green 201 ◦ blue 50

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

Shades of Saffron #F8C932

Tints of Saffron #F8C932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.28%

 BLUE value IS 50 (19.92% from 255) = 10.02%

R = 49.7%
G = 40.28%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8C932 (or 0xF8C932) is known color: Saffron. HEX triplet: F8, C9 and 32. RGB value is (248,201,50). Sum of RGB (Red+Green+Blue) = 248+201+50=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C932 is #0736CD. Grayscale: #C6C6C6. Windows color (decimal): -472782 or 3328504. OLE color: 3328504.

HSL color Cylindrical-coordinate representation of color #F8C932: hue angle of 45.76º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8C932 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 50 -
CMYK 0 0.19 0.80 0.03
HSL 45.76º 0.93% 0.58% -
HSV(B) 45.76º 0.8% 0.97% -
XYZ 60.17 61.96 11.81 -
YUV 197.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 248 201 50 0 0.19 0.80 0.03 45.76 0.93 0.58
Hex F8 C9 32 0 13 50 3 2E 5D 3A
Octal 370 311 62 0 23 120 3 56 135 72
Binary 11111000 11001001 110010 0 10011 1010000 11 101110 1011101 111010

Color Harmonies of #F8C932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C932

Black with #F8C932

Text Example


Text Example

White with #F8C932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C932; }

 p { color: rgb(248,201,50); }

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

background-color css

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

 a { background-color: rgb(248,201,50); }

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

border-color css

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

 span { border-color: rgb(248,201,50); }

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