Html Css Color HEX #FAD450 Kournikova

📋 copy color: '#FAD450'

red 250 ◦ green 212 ◦ blue 80

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

Shades of Kournikova #FAD450

Tints of Kournikova #FAD450

RGB

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

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

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

R = 46.13%
G = 39.11%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAD450 (or 0xFAD450) is known color: Kournikova. HEX triplet: FA, D4 and 50. RGB value is (250,212,80). Sum of RGB (Red+Green+Blue) = 250+212+80=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD450 is #052BAF. Grayscale: #D0D0D0. Windows color (decimal): -338864 or 5297402. OLE color: 5297402.

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

Color convert

RGB 250 212 80 -
CMYK 0 0.15 0.68 0.02
HSL 46.59º 0.94% 0.65% -
HSV(B) 46.59º 0.68% 0.98% -
XYZ 64.42 67.99 17.32 -
YUV 208.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 250 212 80 0 0.15 0.68 0.02 46.59 0.94 0.65
Hex FA D4 50 0 F 44 2 2F 5E 41
Octal 372 324 120 0 17 104 2 57 136 101
Binary 11111010 11010100 1010000 0 1111 1000100 10 101111 1011110 1000001

Color Harmonies of #FAD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD450

Black with #FAD450

Text Example


Text Example

White with #FAD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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