Html Css Color HEX #FAD553 Kournikova

📋 copy color: '#FAD553'

red 250 ◦ green 213 ◦ blue 83

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

Shades of Kournikova #FAD553

Tints of Kournikova #FAD553

RGB

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

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

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

R = 45.79%
G = 39.01%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAD553 (or 0xFAD553) is known color: Kournikova. HEX triplet: FA, D5 and 53. RGB value is (250,213,83). Sum of RGB (Red+Green+Blue) = 250+213+83=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD553 is #052AAC. Grayscale: #D1D1D1. Windows color (decimal): -338605 or 5494266. OLE color: 5494266.

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

Color convert

RGB 250 213 83 -
CMYK 0 0.15 0.67 0.02
HSL 46.71º 0.94% 0.65% -
HSV(B) 46.71º 0.67% 0.98% -
XYZ 64.78 68.54 18 -
YUV 209.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 250 213 83 0 0.15 0.67 0.02 46.71 0.94 0.65
Hex FA D5 53 0 F 43 2 2F 5E 41
Octal 372 325 123 0 17 103 2 57 136 101
Binary 11111010 11010101 1010011 0 1111 1000011 10 101111 1011110 1000001

Color Harmonies of #FAD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD553

Black with #FAD553

Text Example


Text Example

White with #FAD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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