Html Css Color HEX #FAD051 Kournikova

📋 copy color: '#FAD051'

red 250 ◦ green 208 ◦ blue 81

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

Shades of Kournikova #FAD051

Tints of Kournikova #FAD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

 BLUE value IS 81 (32.03% from 255) = 15.03%

R = 46.38%
G = 38.59%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAD051 (or 0xFAD051) is known color: Kournikova. HEX triplet: FA, D0 and 51. RGB value is (250,208,81). Sum of RGB (Red+Green+Blue) = 250+208+81=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD051 is #052FAE. Grayscale: #CECECE. Windows color (decimal): -339887 or 5361914. OLE color: 5361914.

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

Color convert

RGB 250 208 81 -
CMYK 0 0.17 0.68 0.02
HSL 45.09º 0.94% 0.65% -
HSV(B) 45.09º 0.68% 0.98% -
XYZ 63.47 66.03 17.18 -
YUV 206.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 250 208 81 0 0.17 0.68 0.02 45.09 0.94 0.65
Hex FA D0 51 0 11 44 2 2D 5E 41
Octal 372 320 121 0 21 104 2 55 136 101
Binary 11111010 11010000 1010001 0 10001 1000100 10 101101 1011110 1000001

Color Harmonies of #FAD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD051

Black with #FAD051

Text Example


Text Example

White with #FAD051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD051; }

 p { color: rgb(250,208,81); }

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

background-color css

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

 a { background-color: rgb(250,208,81); }

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

border-color css

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

 span { border-color: rgb(250,208,81); }

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