Html Css Color HEX #FCD15A Kournikova

📋 copy color: '#FCD15A'

red 252 ◦ green 209 ◦ blue 90

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

Shades of Kournikova #FCD15A

Tints of Kournikova #FCD15A

RGB

 RED value IS 252 (98.83% from 255) = 45.74%

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

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

R = 45.74%
G = 37.93%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD15A (or 0xFCD15A) is known color: Kournikova. HEX triplet: FC, D1 and 5A. RGB value is (252,209,90). Sum of RGB (Red+Green+Blue) = 252+209+90=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD15A is #032EA5. Grayscale: #D0D0D0. Windows color (decimal): -208550 or 5951996. OLE color: 5951996.

HSL color Cylindrical-coordinate representation of color #FCD15A: hue angle of 44.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD15A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 90 -
CMYK 0 0.17 0.64 0.01
HSL 44.07º 0.96% 0.67% -
HSV(B) 44.07º 0.64% 0.99% -
XYZ 64.79 67.03 19.2 -
YUV 208.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 252 209 90 0 0.17 0.64 0.01 44.07 0.96 0.67
Hex FC D1 5A 0 11 40 1 2C 60 43
Octal 374 321 132 0 21 100 1 54 140 103
Binary 11111100 11010001 1011010 0 10001 1000000 1 101100 1100000 1000011

Color Harmonies of #FCD15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD15A

Black with #FCD15A

Text Example


Text Example

White with #FCD15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD15A; }

 p { color: rgb(252,209,90); }

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

background-color css

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

 a { background-color: rgb(252,209,90); }

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

border-color css

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

 span { border-color: rgb(252,209,90); }

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