Html Css Color HEX #FAD153 Kournikova

📋 copy color: '#FAD153'

red 250 ◦ green 209 ◦ blue 83

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

Shades of Kournikova #FAD153

Tints of Kournikova #FAD153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.31%

R = 46.13%
G = 38.56%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAD153 (or 0xFAD153) is known color: Kournikova. HEX triplet: FA, D1 and 53. RGB value is (250,209,83). Sum of RGB (Red+Green+Blue) = 250+209+83=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD153 is #052EAC. Grayscale: #CFCFCF. Windows color (decimal): -339629 or 5493242. OLE color: 5493242.

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

Color convert

RGB 250 209 83 -
CMYK 0 0.16 0.67 0.02
HSL 45.27º 0.94% 0.65% -
HSV(B) 45.27º 0.67% 0.98% -
XYZ 63.79 66.55 17.67 -
YUV 206.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 250 209 83 0 0.16 0.67 0.02 45.27 0.94 0.65
Hex FA D1 53 0 10 43 2 2D 5E 41
Octal 372 321 123 0 20 103 2 55 136 101
Binary 11111010 11010001 1010011 0 10000 1000011 10 101101 1011110 1000001

Color Harmonies of #FAD153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD153

Black with #FAD153

Text Example


Text Example

White with #FAD153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD153; }

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

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

background-color css

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

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

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

border-color css

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

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

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