Html Css Color HEX #FAD355 Kournikova

📋 copy color: '#FAD355'

red 250 ◦ green 211 ◦ blue 85

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

Shades of Kournikova #FAD355

Tints of Kournikova #FAD355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.57%

R = 45.79%
G = 38.64%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAD355 (or 0xFAD355) is known color: Kournikova. HEX triplet: FA, D3 and 55. RGB value is (250,211,85). Sum of RGB (Red+Green+Blue) = 250+211+85=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD355 is #052CAA. Grayscale: #D0D0D0. Windows color (decimal): -339115 or 5624826. OLE color: 5624826.

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

Color convert

RGB 250 211 85 -
CMYK 0 0.16 0.66 0.02
HSL 45.82º 0.94% 0.66% -
HSV(B) 45.82º 0.66% 0.98% -
XYZ 64.36 67.57 18.24 -
YUV 208.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 250 211 85 0 0.16 0.66 0.02 45.82 0.94 0.66
Hex FA D3 55 0 10 42 2 2E 5E 42
Octal 372 323 125 0 20 102 2 56 136 102
Binary 11111010 11010011 1010101 0 10000 1000010 10 101110 1011110 1000010

Color Harmonies of #FAD355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD355

Black with #FAD355

Text Example


Text Example

White with #FAD355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD355; }

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

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

background-color css

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

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

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

border-color css

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

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

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