Html Css Color HEX #F8C039 Saffron

📋 copy color: '#F8C039'

red 248 ◦ green 192 ◦ blue 57

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

Shades of Saffron #F8C039

Tints of Saffron #F8C039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 57 (22.66% from 255) = 11.47%

R = 49.9%
G = 38.63%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8C039 (or 0xF8C039) is known color: Saffron. HEX triplet: F8, C0 and 39. RGB value is (248,192,57). Sum of RGB (Red+Green+Blue) = 248+192+57=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C039 is #073FC6. Grayscale: #C1C1C1. Windows color (decimal): -475079 or 3784952. OLE color: 3784952.

HSL color Cylindrical-coordinate representation of color #F8C039: hue angle of 42.41º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8C039 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 57 -
CMYK 0 0.23 0.77 0.03
HSL 42.41º 0.93% 0.6% -
HSV(B) 42.41º 0.77% 0.97% -
XYZ 58.3 57.95 11.98 -
YUV 193.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 248 192 57 0 0.23 0.77 0.03 42.41 0.93 0.6
Hex F8 C0 39 0 17 4D 3 2A 5D 3C
Octal 370 300 71 0 27 115 3 52 135 74
Binary 11111000 11000000 111001 0 10111 1001101 11 101010 1011101 111100

Color Harmonies of #F8C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C039

Black with #F8C039

Text Example


Text Example

White with #F8C039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C039; }

 p { color: rgb(248,192,57); }

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

background-color css

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

 a { background-color: rgb(248,192,57); }

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

border-color css

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

 span { border-color: rgb(248,192,57); }

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