Html Css Color HEX #FAD359 Kournikova

📋 copy color: '#FAD359'

red 250 ◦ green 211 ◦ blue 89

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

Shades of Kournikova #FAD359

Tints of Kournikova #FAD359

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 45.45%
G = 38.36%
B = 16.18%

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

#FAD359 (or 0xFAD359) is known color: Kournikova. HEX triplet: FA, D3 and 59. RGB value is (250,211,89). Sum of RGB (Red+Green+Blue) = 250+211+89=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 89 (35.16% from 255 or 16.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD359 is #052CA6. Grayscale: #D1D1D1. Windows color (decimal): -339111 or 5886970. OLE color: 5886970.

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

Color convert

RGB 250 211 89 -
CMYK 0 0.16 0.64 0.02
HSL 45.47º 0.94% 0.66% -
HSV(B) 45.47º 0.64% 0.98% -
XYZ 64.52 67.63 19.11 -
YUV 208.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 250 211 89 0 0.16 0.64 0.02 45.47 0.94 0.66
Hex FA D3 59 0 10 40 2 2D 5E 42
Octal 372 323 131 0 20 100 2 55 136 102
Binary 11111010 11010011 1011001 0 10000 1000000 10 101101 1011110 1000010

Color Harmonies of #FAD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD359

Black with #FAD359

Text Example


Text Example

White with #FAD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD359; }

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

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

background-color css

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

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

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

border-color css

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

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

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