Html Css Color HEX #FAD459 Kournikova

📋 copy color: '#FAD459'

red 250 ◦ green 212 ◦ blue 89

#FAD459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FAD459

Tints of Kournikova #FAD459

RGB

 RED value IS 250 (98.05% from 255) = 45.37%

 GREEN value IS 212 (83.2% from 255) = 38.48%

 BLUE value IS 89 (35.16% from 255) = 16.15%

R = 45.37%
G = 38.48%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAD459 (or 0xFAD459) is known color: Kournikova. HEX triplet: FA, D4 and 59. RGB value is (250,212,89). Sum of RGB (Red+Green+Blue) = 250+212+89=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD459 is #052BA6. Grayscale: #D1D1D1. Windows color (decimal): -338855 or 5887226. OLE color: 5887226.

HSL color Cylindrical-coordinate representation of color #FAD459: hue angle of 45.84º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAD459 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 89 -
CMYK 0 0.15 0.64 0.02
HSL 45.84º 0.94% 0.66% -
HSV(B) 45.84º 0.64% 0.98% -
XYZ 64.77 68.13 19.19 -
YUV 209.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 250 212 89 0 0.15 0.64 0.02 45.84 0.94 0.66
Hex FA D4 59 0 F 40 2 2E 5E 42
Octal 372 324 131 0 17 100 2 56 136 102
Binary 11111010 11010100 1011001 0 1111 1000000 10 101110 1011110 1000010

Color Harmonies of #FAD459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD459

Black with #FAD459

Text Example


Text Example

White with #FAD459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD459; }

 p { color: rgb(250,212,89); }

 H1.HeaderClassName
 {
   color: #FAD459;
 }
 .AnyTagClassName
 {
   color: #FAD459;
 }
</style>

background-color css

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

 a { background-color: rgb(250,212,89); }

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

border-color css

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

 span { border-color: rgb(250,212,89); }

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