Html Css Color HEX #F8C32C Saffron

📋 copy color: '#F8C32C'

red 248 ◦ green 195 ◦ blue 44

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

Shades of Saffron #F8C32C

Tints of Saffron #F8C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 50.92%
G = 40.04%
B = 9.03%

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

#F8C32C (or 0xF8C32C) is known color: Saffron. HEX triplet: F8, C3 and 2C. RGB value is (248,195,44). Sum of RGB (Red+Green+Blue) = 248+195+44=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C32C is #073CD3. Grayscale: #C2C2C2. Windows color (decimal): -474324 or 2933752. OLE color: 2933752.

HSL color Cylindrical-coordinate representation of color #F8C32C: hue angle of 44.41º 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 #F8C32C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 195 44 -
CMYK 0 0.21 0.82 0.03
HSL 44.41º 0.94% 0.57% -
HSV(B) 44.41º 0.82% 0.97% -
XYZ 58.68 59.17 10.71 -
YUV 193.63 43.56 166.78 -
System Red Green Blue C M Y K H S L
Decimal 248 195 44 0 0.21 0.82 0.03 44.41 0.94 0.57
Hex F8 C3 2C 0 15 52 3 2C 5E 39
Octal 370 303 54 0 25 122 3 54 136 71
Binary 11111000 11000011 101100 0 10101 1010010 11 101100 1011110 111001

Color Harmonies of #F8C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C32C

Black with #F8C32C

Text Example


Text Example

White with #F8C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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