Html Css Color HEX #FAD558 Kournikova

📋 copy color: '#FAD558'

red 250 ◦ green 213 ◦ blue 88

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

Shades of Kournikova #FAD558

Tints of Kournikova #FAD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 88 (34.77% from 255) = 15.97%

R = 45.37%
G = 38.66%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAD558 (or 0xFAD558) is known color: Kournikova. HEX triplet: FA, D5 and 58. RGB value is (250,213,88). Sum of RGB (Red+Green+Blue) = 250+213+88=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD558 is #052AA7. Grayscale: #D2D2D2. Windows color (decimal): -338600 or 5821946. OLE color: 5821946.

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

Color convert

RGB 250 213 88 -
CMYK 0 0.15 0.65 0.02
HSL 46.3º 0.94% 0.66% -
HSV(B) 46.3º 0.65% 0.98% -
XYZ 64.98 68.62 19.05 -
YUV 209.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 250 213 88 0 0.15 0.65 0.02 46.3 0.94 0.66
Hex FA D5 58 0 F 41 2 2E 5E 42
Octal 372 325 130 0 17 101 2 56 136 102
Binary 11111010 11010101 1011000 0 1111 1000001 10 101110 1011110 1000010

Color Harmonies of #FAD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD558

Black with #FAD558

Text Example


Text Example

White with #FAD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD558; }

 p { color: rgb(250,213,88); }

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

background-color css

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

 a { background-color: rgb(250,213,88); }

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

border-color css

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

 span { border-color: rgb(250,213,88); }

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