#FAD046

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

Shades of Kournikova #FAD046

Tints of Kournikova #FAD046

Color information

#FAD046 (or 0xFAD046) is unknown color: approx Kournikova. HEX triplet: FA, D0 and 46. RGB value is (250,208,70). Sum of RGB (Red+Green+Blue) = 250+208+70=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD046 is #052FB9. Grayscale: #CDCDCD. Windows color (decimal): -339898 or 4641018. OLE color: 4641018.

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

Color convert

RGB25020870-
CMYK00.170.720.02
HSL46º94.74%62.75%-
HSV(B)46º72%98.04%-
XYZ63.0965.8815.19-
YUV204.8351.91160.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 70 (27.73% from 255) = 13.26%
R=47.35%
G=39.39%
B=13.26%

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
Decimal2502087000.170.720.024694.7462.75
HexFAD0460114822e5f3f
Octal37232010602111025613777
Binary111110101101000010001100100011001000101011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD046; }

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

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

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

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

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

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

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

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