#FFD058

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

Shades of Kournikova #FFD058

Tints of Kournikova #FFD058

Color information

#FFD058 (or 0xFFD058) is unknown color: approx Kournikova. HEX triplet: FF, D0 and 58. RGB value is (255,208,88). Sum of RGB (Red+Green+Blue) = 255+208+88=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD058 is #002FA7. Grayscale: #D0D0D0. Windows color (decimal): -12200 or 5820671. OLE color: 5820671.

HSL color Cylindrical-coordinate representation of color #FFD058: hue angle of 43.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD058 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25520888-
CMYK00.180.650
HSL43.11º100%67.25%-
HSV(B)43.11º65.49%100%-
XYZ65.5667.0818.72-
YUV208.3760.07161.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 88 (34.77% from 255) = 15.97%
R=46.28%
G=37.75%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552088800.180.65043.1110067.25
HexFFD0580124102b6443
Octal377320130022101053144103
Binary111111111101000010110000100101000001010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD058; }

 p { color: rgb(255,208,88); }

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

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

 a { background-color: rgb(255,208,88); }

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

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

 span { border-color: rgb(255,208,88); }

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