Html Css Color HEX #FAD25A Kournikova

📋 copy color: '#FAD25A'

red 250 ◦ green 210 ◦ blue 90

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

Shades of Kournikova #FAD25A

Tints of Kournikova #FAD25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.18%

 BLUE value IS 90 (35.55% from 255) = 16.36%

R = 45.45%
G = 38.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAD25A (or 0xFAD25A) is known color: Kournikova. HEX triplet: FA, D2 and 5A. RGB value is (250,210,90). Sum of RGB (Red+Green+Blue) = 250+210+90=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD25A is #052DA5. Grayscale: #D0D0D0. Windows color (decimal): -339366 or 5952250. OLE color: 5952250.

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

Color convert

RGB 250 210 90 -
CMYK 0 0.16 0.64 0.02
HSL 45º 0.94% 0.67% -
HSV(B) 45º 0.64% 0.98% -
XYZ 64.32 67.16 19.25 -
YUV 208.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 250 210 90 0 0.16 0.64 0.02 45 0.94 0.67
Hex FA D2 5A 0 10 40 2 2D 5E 43
Octal 372 322 132 0 20 100 2 55 136 103
Binary 11111010 11010010 1011010 0 10000 1000000 10 101101 1011110 1000011

Color Harmonies of #FAD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD25A

Black with #FAD25A

Text Example


Text Example

White with #FAD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD25A; }

 p { color: rgb(250,210,90); }

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

background-color css

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

 a { background-color: rgb(250,210,90); }

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

border-color css

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

 span { border-color: rgb(250,210,90); }

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