Html Css Color HEX #FAD053 Kournikova

📋 copy color: '#FAD053'

red 250 ◦ green 208 ◦ blue 83

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

Shades of Kournikova #FAD053

Tints of Kournikova #FAD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.45%

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

R = 46.21%
G = 38.45%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAD053 (or 0xFAD053) is known color: Kournikova. HEX triplet: FA, D0 and 53. RGB value is (250,208,83). Sum of RGB (Red+Green+Blue) = 250+208+83=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD053 is #052FAC. Grayscale: #CECECE. Windows color (decimal): -339885 or 5492986. OLE color: 5492986.

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

Color convert

RGB 250 208 83 -
CMYK 0 0.17 0.67 0.02
HSL 44.91º 0.94% 0.65% -
HSV(B) 44.91º 0.67% 0.98% -
XYZ 63.54 66.06 17.59 -
YUV 206.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 250 208 83 0 0.17 0.67 0.02 44.91 0.94 0.65
Hex FA D0 53 0 11 43 2 2D 5E 41
Octal 372 320 123 0 21 103 2 55 136 101
Binary 11111010 11010000 1010011 0 10001 1000011 10 101101 1011110 1000001

Color Harmonies of #FAD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD053

Black with #FAD053

Text Example


Text Example

White with #FAD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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