#F8C75F

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

Shades of Kournikova #F8C75F

Tints of Kournikova #F8C75F

Color information

#F8C75F (or 0xF8C75F) is unknown color: approx Kournikova. HEX triplet: F8, C7 and 5F. RGB value is (248,199,95). Sum of RGB (Red+Green+Blue) = 248+199+95=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C75F is #0738A0. Grayscale: #CACACA. Windows color (decimal): -473249 or 6277112. OLE color: 6277112.

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

Color convert

RGB24819995-
CMYK00.200.620.03
HSL40.78º91.62%67.25%-
HSV(B)40.78º61.69%97.25%-
XYZ61.261.6319.5-
YUV201.867.73160.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.76%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 95 (37.5% from 255) = 17.53%
R=45.76%
G=36.72%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481999500.200.620.0340.7891.6267.25
HexF8C75F0143E3295c43
Octal37030713702476351134103
Binary111110001100011110111110101001111101110100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C75F; }

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

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

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

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

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

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

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

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