#FFD050

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

Shades of Kournikova #FFD050

Tints of Kournikova #FFD050

Color information

#FFD050 (or 0xFFD050) is unknown color: approx Kournikova. HEX triplet: FF, D0 and 50. RGB value is (255,208,80). Sum of RGB (Red+Green+Blue) = 255+208+80=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD050 is #002FAF. Grayscale: #D0D0D0. Windows color (decimal): -12208 or 5296383. OLE color: 5296383.

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

Color convert

RGB25520880-
CMYK00.180.690
HSL43.89º100%65.69%-
HSV(B)43.89º68.63%100%-
XYZ65.2466.9517.07-
YUV207.4656.07161.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 80 (31.64% from 255) = 14.73%
R=46.96%
G=38.31%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552088000.180.69043.8910065.69
HexFFD0500124502c6442
Octal377320120022105054144102
Binary111111111101000010100000100101000101010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD050; }

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

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

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

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

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

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

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

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