#F8C638

Color #F8C638 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F8C638

Tints of Saffron #F8C638

Color information

#F8C638 (or 0xF8C638) is unknown color: approx Saffron. HEX triplet: F8, C6 and 38. RGB value is (248,198,56). Sum of RGB (Red+Green+Blue) = 248+198+56=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C638 is #0739C7. Grayscale: #C5C5C5. Windows color (decimal): -473544 or 3720952. OLE color: 3720952.

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

Color convert

RGB24819856-
CMYK00.200.770.03
HSL44.38º93.2%59.61%-
HSV(B)44.38º77.42%97.25%-
XYZ59.6260.6312.3-
YUV196.7648.57164.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.40%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 56 (22.27% from 255) = 11.16%
R=49.40%
G=39.44%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481985600.200.770.0344.3893.259.61
HexF8C6380144D32c5d3c
Octal3703067002411535413574
Binary11111000110001101110000101001001101111011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C638; }

 p { color: rgb(248,198,56); }

 H1.HeaderClassName
 {
   color: #F8C638;
 }
 .AnyTagClassName
 {
   color: #F8C638;
 }
</style>
background-color css

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

 a { background-color: rgb(248,198,56); }

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

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

 span { border-color: rgb(248,198,56); }

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