Html Css Color HEX #FAD356 Kournikova

📋 copy color: '#FAD356'

red 250 ◦ green 211 ◦ blue 86

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

Shades of Kournikova #FAD356

Tints of Kournikova #FAD356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.72%

R = 45.7%
G = 38.57%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAD356 (or 0xFAD356) is known color: Kournikova. HEX triplet: FA, D3 and 56. RGB value is (250,211,86). Sum of RGB (Red+Green+Blue) = 250+211+86=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD356 is #052CA9. Grayscale: #D0D0D0. Windows color (decimal): -339114 or 5690362. OLE color: 5690362.

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

Color convert

RGB 250 211 86 -
CMYK 0 0.16 0.66 0.02
HSL 45.73º 0.94% 0.66% -
HSV(B) 45.73º 0.66% 0.98% -
XYZ 64.4 67.58 18.46 -
YUV 208.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 250 211 86 0 0.16 0.66 0.02 45.73 0.94 0.66
Hex FA D3 56 0 10 42 2 2E 5E 42
Octal 372 323 126 0 20 102 2 56 136 102
Binary 11111010 11010011 1010110 0 10000 1000010 10 101110 1011110 1000010

Color Harmonies of #FAD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD356

Black with #FAD356

Text Example


Text Example

White with #FAD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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