#F8C85F

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

Shades of Kournikova #F8C85F

Tints of Kournikova #F8C85F

Color information

#F8C85F (or 0xF8C85F) is unknown color: approx Kournikova. HEX triplet: F8, C8 and 5F. RGB value is (248,200,95). Sum of RGB (Red+Green+Blue) = 248+200+95=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C85F is #0737A0. Grayscale: #CACACA. Windows color (decimal): -472993 or 6277368. OLE color: 6277368.

HSL color Cylindrical-coordinate representation of color #F8C85F: hue angle of 41.18º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8C85F is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24820095-
CMYK00.190.620.03
HSL41.18º91.62%67.25%-
HSV(B)41.18º61.69%97.25%-
XYZ61.4362.0919.57-
YUV202.3867.4160.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.67%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 95 (37.5% from 255) = 17.50%
R=45.67%
G=36.83%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482009500.190.620.0341.1891.6267.25
HexF8C85F0133E3295c43
Octal37031013702376351134103
Binary111110001100100010111110100111111101110100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C85F; }

 p { color: rgb(248,200,95); }

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

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

 a { background-color: rgb(248,200,95); }

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

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

 span { border-color: rgb(248,200,95); }

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