#F8CE50

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

Shades of Kournikova #F8CE50

Tints of Kournikova #F8CE50

Color information

#F8CE50 (or 0xF8CE50) is unknown color: approx Kournikova. HEX triplet: F8, CE and 50. RGB value is (248,206,80). Sum of RGB (Red+Green+Blue) = 248+206+80=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE50 is #0731AF. Grayscale: #CCCCCC. Windows color (decimal): -471472 or 5295864. OLE color: 5295864.

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

Color convert

RGB24820680-
CMYK00.170.680.03
HSL45º92.31%64.31%-
HSV(B)45º67.74%97.25%-
XYZ62.2364.6816.79-
YUV204.1957.91159.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 80 (31.64% from 255) = 14.98%
R=46.44%
G=38.58%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482068000.170.680.034592.3164.31
HexF8CE500114432d5c40
Octal370316120021104355134100
Binary1111100011001110101000001000110001001110110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE50; }

 p { color: rgb(248,206,80); }

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

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

 a { background-color: rgb(248,206,80); }

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

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

 span { border-color: rgb(248,206,80); }

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