#FAD047

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

Shades of Kournikova #FAD047

Tints of Kournikova #FAD047

Color information

#FAD047 (or 0xFAD047) is unknown color: approx Kournikova. HEX triplet: FA, D0 and 47. RGB value is (250,208,71). Sum of RGB (Red+Green+Blue) = 250+208+71=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD047 is #052FB8. Grayscale: #CDCDCD. Windows color (decimal): -339897 or 4706554. OLE color: 4706554.

HSL color Cylindrical-coordinate representation of color #FAD047: hue angle of 45.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAD047 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25020871-
CMYK00.170.720.02
HSL45.92º94.71%62.94%-
HSV(B)45.92º71.6%98.04%-
XYZ63.1265.8915.35-
YUV204.9452.41160.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 71 (28.12% from 255) = 13.42%
R=47.26%
G=39.32%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502087100.170.720.0245.9294.7162.94
HexFAD0470114822e5f3f
Octal37232010702111025613777
Binary111110101101000010001110100011001000101011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD047; }

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

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

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

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

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

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

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

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