Html Css Color HEX #FAD352 Kournikova

📋 copy color: '#FAD352'

red 250 ◦ green 211 ◦ blue 82

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

Shades of Kournikova #FAD352

Tints of Kournikova #FAD352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.1%

R = 46.04%
G = 38.86%
B = 15.1%

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

#FAD352 (or 0xFAD352) is known color: Kournikova. HEX triplet: FA, D3 and 52. RGB value is (250,211,82). Sum of RGB (Red+Green+Blue) = 250+211+82=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD352 is #052CAD. Grayscale: #D0D0D0. Windows color (decimal): -339118 or 5428218. OLE color: 5428218.

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

Color convert

RGB 250 211 82 -
CMYK 0 0.16 0.67 0.02
HSL 46.07º 0.94% 0.65% -
HSV(B) 46.07º 0.67% 0.98% -
XYZ 64.24 67.52 17.63 -
YUV 207.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 250 211 82 0 0.16 0.67 0.02 46.07 0.94 0.65
Hex FA D3 52 0 10 43 2 2E 5E 41
Octal 372 323 122 0 20 103 2 56 136 101
Binary 11111010 11010011 1010010 0 10000 1000011 10 101110 1011110 1000001

Color Harmonies of #FAD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD352

Black with #FAD352

Text Example


Text Example

White with #FAD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD352; }

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

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

background-color css

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

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

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

border-color css

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

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

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