Html Css Color HEX #FAD456 Kournikova

📋 copy color: '#FAD456'

red 250 ◦ green 212 ◦ blue 86

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

Shades of Kournikova #FAD456

Tints of Kournikova #FAD456

RGB

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

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

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

R = 45.62%
G = 38.69%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAD456 (or 0xFAD456) is known color: Kournikova. HEX triplet: FA, D4 and 56. RGB value is (250,212,86). Sum of RGB (Red+Green+Blue) = 250+212+86=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD456 is #052BA9. Grayscale: #D1D1D1. Windows color (decimal): -338858 or 5690618. OLE color: 5690618.

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

Color convert

RGB 250 212 86 -
CMYK 0 0.15 0.66 0.02
HSL 46.1º 0.94% 0.66% -
HSV(B) 46.1º 0.66% 0.98% -
XYZ 64.65 68.08 18.54 -
YUV 209 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 250 212 86 0 0.15 0.66 0.02 46.1 0.94 0.66
Hex FA D4 56 0 F 42 2 2E 5E 42
Octal 372 324 126 0 17 102 2 56 136 102
Binary 11111010 11010100 1010110 0 1111 1000010 10 101110 1011110 1000010

Color Harmonies of #FAD456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD456

Black with #FAD456

Text Example


Text Example

White with #FAD456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD456; }

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

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

background-color css

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

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

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

border-color css

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

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

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