#F8CD4E

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

Shades of Kournikova #F8CD4E

Tints of Kournikova #F8CD4E

Color information

#F8CD4E (or 0xF8CD4E) is unknown color: approx Kournikova. HEX triplet: F8, CD and 4E. RGB value is (248,205,78). Sum of RGB (Red+Green+Blue) = 248+205+78=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD4E is #0732B1. Grayscale: #CBCBCB. Windows color (decimal): -471730 or 5164536. OLE color: 5164536.

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

Color convert

RGB24820578-
CMYK00.170.690.03
HSL44.82º92.39%63.92%-
HSV(B)44.82º68.55%97.25%-
XYZ61.9264.1716.33-
YUV203.3857.25159.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 78 (30.86% from 255) = 14.69%
R=46.70%
G=38.61%
B=14.69%

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
Decimal2482057800.170.690.0344.8292.3963.92
HexF8CD4E0114532d5c40
Octal370315116021105355134100
Binary1111100011001101100111001000110001011110110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD4E; }

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

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

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

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

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

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

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

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