Html Css Color HEX #FAD25B Kournikova

📋 copy color: '#FAD25B'

red 250 ◦ green 210 ◦ blue 91

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

Shades of Kournikova #FAD25B

Tints of Kournikova #FAD25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 45.37%
G = 38.11%
B = 16.52%

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

#FAD25B (or 0xFAD25B) is known color: Kournikova. HEX triplet: FA, D2 and 5B. RGB value is (250,210,91). Sum of RGB (Red+Green+Blue) = 250+210+91=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD25B is #052DA4. Grayscale: #D0D0D0. Windows color (decimal): -339365 or 6017786. OLE color: 6017786.

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

Color convert

RGB 250 210 91 -
CMYK 0 0.16 0.64 0.02
HSL 44.91º 0.94% 0.67% -
HSV(B) 44.91º 0.64% 0.98% -
XYZ 64.36 67.17 19.47 -
YUV 208.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 250 210 91 0 0.16 0.64 0.02 44.91 0.94 0.67
Hex FA D2 5B 0 10 40 2 2D 5E 43
Octal 372 322 133 0 20 100 2 55 136 103
Binary 11111010 11010010 1011011 0 10000 1000000 10 101101 1011110 1000011

Color Harmonies of #FAD25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD25B

Black with #FAD25B

Text Example


Text Example

White with #FAD25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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