#FAD147

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

Shades of Kournikova #FAD147

Tints of Kournikova #FAD147

Color information

#FAD147 (or 0xFAD147) is unknown color: approx Kournikova. HEX triplet: FA, D1 and 47. RGB value is (250,209,71). Sum of RGB (Red+Green+Blue) = 250+209+71=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD147 is #052EB8. Grayscale: #CECECE. Windows color (decimal): -339641 or 4706810. OLE color: 4706810.

HSL color Cylindrical-coordinate representation of color #FAD147: hue angle of 46.26º 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 #FAD147 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25020971-
CMYK00.160.720.02
HSL46.26º94.71%62.94%-
HSV(B)46.26º71.6%98.04%-
XYZ63.3666.3815.43-
YUV205.5352.08159.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 71 (28.12% from 255) = 13.40%
R=47.17%
G=39.43%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502097100.160.720.0246.2694.7162.94
HexFAD1470104822e5f3f
Octal37232110702011025613777
Binary111110101101000110001110100001001000101011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD147; }

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

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

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

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

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

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

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

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