Html Css Color HEX #FAD250 Kournikova

📋 copy color: '#FAD250'

red 250 ◦ green 210 ◦ blue 80

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

Shades of Kournikova #FAD250

Tints of Kournikova #FAD250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 80 (31.64% from 255) = 14.81%

R = 46.3%
G = 38.89%
B = 14.81%

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

#FAD250 (or 0xFAD250) is known color: Kournikova. HEX triplet: FA, D2 and 50. RGB value is (250,210,80). Sum of RGB (Red+Green+Blue) = 250+210+80=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD250 is #052DAF. Grayscale: #CFCFCF. Windows color (decimal): -339376 or 5296890. OLE color: 5296890.

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

Color convert

RGB 250 210 80 -
CMYK 0 0.16 0.68 0.02
HSL 45.88º 0.94% 0.65% -
HSV(B) 45.88º 0.68% 0.98% -
XYZ 63.92 67 17.15 -
YUV 207.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 250 210 80 0 0.16 0.68 0.02 45.88 0.94 0.65
Hex FA D2 50 0 10 44 2 2E 5E 41
Octal 372 322 120 0 20 104 2 56 136 101
Binary 11111010 11010010 1010000 0 10000 1000100 10 101110 1011110 1000001

Color Harmonies of #FAD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD250

Black with #FAD250

Text Example


Text Example

White with #FAD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD250; }

 p { color: rgb(250,210,80); }

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

background-color css

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

 a { background-color: rgb(250,210,80); }

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

border-color css

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

 span { border-color: rgb(250,210,80); }

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