#FFD047

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

Shades of Kournikova #FFD047

Tints of Kournikova #FFD047

Color information

#FFD047 (or 0xFFD047) is unknown color: approx Kournikova. HEX triplet: FF, D0 and 47. RGB value is (255,208,71). Sum of RGB (Red+Green+Blue) = 255+208+71=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD047 is #002FB8. Grayscale: #CFCFCF. Windows color (decimal): -12217 or 4706559. OLE color: 4706559.

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

Color convert

RGB25520871-
CMYK00.180.720
HSL44.67º100%63.92%-
HSV(B)44.67º72.16%100%-
XYZ64.9366.8315.44-
YUV206.4351.57162.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 71 (28.12% from 255) = 13.30%
R=47.75%
G=38.95%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552087100.180.72044.6710063.92
HexFFD0470124802d6440
Octal377320107022110055144100
Binary111111111101000010001110100101001000010110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD047; }

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

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

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

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

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

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

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

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