#F8CD4C

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

Shades of Kournikova #F8CD4C

Tints of Kournikova #F8CD4C

Color information

#F8CD4C (or 0xF8CD4C) is unknown color: approx Kournikova. HEX triplet: F8, CD and 4C. RGB value is (248,205,76). Sum of RGB (Red+Green+Blue) = 248+205+76=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CD4C is #0732B3. Grayscale: #CBCBCB. Windows color (decimal): -471732 or 5033464. OLE color: 5033464.

HSL color Cylindrical-coordinate representation of color #F8CD4C: 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.69%. Process color model (Four color, CMYK) of #F8CD4C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB24820576-
CMYK00.170.690.03
HSL45º92.47%63.53%-
HSV(B)45º69.35%97.25%-
XYZ61.8564.1415.96-
YUV203.1556.25159.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 76 (30.08% from 255) = 14.37%
R=46.88%
G=38.75%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482057600.170.690.034592.4763.53
HexF8CD4C0114532d5c40
Octal370315114021105355134100
Binary1111100011001101100110001000110001011110110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD4C; }

 p { color: rgb(248,205,76); }

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

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

 a { background-color: rgb(248,205,76); }

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

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

 span { border-color: rgb(248,205,76); }

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