Html Css Color HEX #FAD351 Kournikova

📋 copy color: '#FAD351'

red 250 ◦ green 211 ◦ blue 81

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

Shades of Kournikova #FAD351

Tints of Kournikova #FAD351

RGB

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

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

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

R = 46.13%
G = 38.93%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAD351 (or 0xFAD351) is known color: Kournikova. HEX triplet: FA, D3 and 51. RGB value is (250,211,81). Sum of RGB (Red+Green+Blue) = 250+211+81=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD351 is #052CAE. Grayscale: #D0D0D0. Windows color (decimal): -339119 or 5362682. OLE color: 5362682.

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

Color convert

RGB 250 211 81 -
CMYK 0 0.16 0.68 0.02
HSL 46.15º 0.94% 0.65% -
HSV(B) 46.15º 0.68% 0.98% -
XYZ 64.2 67.51 17.43 -
YUV 207.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 250 211 81 0 0.16 0.68 0.02 46.15 0.94 0.65
Hex FA D3 51 0 10 44 2 2E 5E 41
Octal 372 323 121 0 20 104 2 56 136 101
Binary 11111010 11010011 1010001 0 10000 1000100 10 101110 1011110 1000001

Color Harmonies of #FAD351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD351

Black with #FAD351

Text Example


Text Example

White with #FAD351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD351; }

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

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

background-color css

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

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

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

border-color css

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

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

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