Html Css Color HEX #FAD259 Kournikova

📋 copy color: '#FAD259'

red 250 ◦ green 210 ◦ blue 89

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

Shades of Kournikova #FAD259

Tints of Kournikova #FAD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 45.54%
G = 38.25%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAD259 (or 0xFAD259) is known color: Kournikova. HEX triplet: FA, D2 and 59. RGB value is (250,210,89). Sum of RGB (Red+Green+Blue) = 250+210+89=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD259 is #052DA6. Grayscale: #D0D0D0. Windows color (decimal): -339367 or 5886714. OLE color: 5886714.

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

Color convert

RGB 250 210 89 -
CMYK 0 0.16 0.64 0.02
HSL 45.09º 0.94% 0.66% -
HSV(B) 45.09º 0.64% 0.98% -
XYZ 64.27 67.14 19.02 -
YUV 208.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 250 210 89 0 0.16 0.64 0.02 45.09 0.94 0.66
Hex FA D2 59 0 10 40 2 2D 5E 42
Octal 372 322 131 0 20 100 2 55 136 102
Binary 11111010 11010010 1011001 0 10000 1000000 10 101101 1011110 1000010

Color Harmonies of #FAD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD259

Black with #FAD259

Text Example


Text Example

White with #FAD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD259; }

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

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

background-color css

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

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

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

border-color css

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

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

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