Html Css Color HEX #FAD15C Kournikova

📋 copy color: '#FAD15C'

red 250 ◦ green 209 ◦ blue 92

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

Shades of Kournikova #FAD15C

Tints of Kournikova #FAD15C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.93%

 BLUE value IS 92 (36.33% from 255) = 16.7%

R = 45.37%
G = 37.93%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAD15C (or 0xFAD15C) is known color: Kournikova. HEX triplet: FA, D1 and 5C. RGB value is (250,209,92). Sum of RGB (Red+Green+Blue) = 250+209+92=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD15C is #052EA3. Grayscale: #D0D0D0. Windows color (decimal): -339620 or 6083066. OLE color: 6083066.

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

Color convert

RGB 250 209 92 -
CMYK 0 0.16 0.63 0.02
HSL 44.43º 0.94% 0.67% -
HSV(B) 44.43º 0.63% 0.98% -
XYZ 64.16 66.7 19.62 -
YUV 207.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 250 209 92 0 0.16 0.63 0.02 44.43 0.94 0.67
Hex FA D1 5C 0 10 3F 2 2C 5E 43
Octal 372 321 134 0 20 77 2 54 136 103
Binary 11111010 11010001 1011100 0 10000 111111 10 101100 1011110 1000011

Color Harmonies of #FAD15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD15C

Black with #FAD15C

Text Example


Text Example

White with #FAD15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD15C; }

 p { color: rgb(250,209,92); }

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

background-color css

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

 a { background-color: rgb(250,209,92); }

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

border-color css

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

 span { border-color: rgb(250,209,92); }

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