Html Css Color HEX #FAD15A Kournikova

📋 copy color: '#FAD15A'

red 250 ◦ green 209 ◦ blue 90

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

Shades of Kournikova #FAD15A

Tints of Kournikova #FAD15A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.07%

 BLUE value IS 90 (35.55% from 255) = 16.39%

R = 45.54%
G = 38.07%
B = 16.39%

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

#FAD15A (or 0xFAD15A) is known color: Kournikova. HEX triplet: FA, D1 and 5A. RGB value is (250,209,90). Sum of RGB (Red+Green+Blue) = 250+209+90=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD15A is #052EA5. Grayscale: #D0D0D0. Windows color (decimal): -339622 or 5951994. OLE color: 5951994.

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

Color convert

RGB 250 209 90 -
CMYK 0 0.16 0.64 0.02
HSL 44.63º 0.94% 0.67% -
HSV(B) 44.63º 0.64% 0.98% -
XYZ 64.07 66.66 19.16 -
YUV 207.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 250 209 90 0 0.16 0.64 0.02 44.63 0.94 0.67
Hex FA D1 5A 0 10 40 2 2D 5E 43
Octal 372 321 132 0 20 100 2 55 136 103
Binary 11111010 11010001 1011010 0 10000 1000000 10 101101 1011110 1000011

Color Harmonies of #FAD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD15A

Black with #FAD15A

Text Example


Text Example

White with #FAD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD15A; }

 p { color: rgb(250,209,90); }

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

background-color css

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

 a { background-color: rgb(250,209,90); }

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

border-color css

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

 span { border-color: rgb(250,209,90); }

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