Html Css Color HEX #FCD15B Kournikova

📋 copy color: '#FCD15B'

red 252 ◦ green 209 ◦ blue 91

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

Shades of Kournikova #FCD15B

Tints of Kournikova #FCD15B

RGB

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

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

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

R = 45.65%
G = 37.86%
B = 16.49%

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

#FCD15B (or 0xFCD15B) is known color: Kournikova. HEX triplet: FC, D1 and 5B. RGB value is (252,209,91). Sum of RGB (Red+Green+Blue) = 252+209+91=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD15B is #032EA4. Grayscale: #D0D0D0. Windows color (decimal): -208549 or 6017532. OLE color: 6017532.

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

Color convert

RGB 252 209 91 -
CMYK 0 0.17 0.64 0.01
HSL 43.98º 0.96% 0.67% -
HSV(B) 43.98º 0.64% 0.99% -
XYZ 64.83 67.05 19.42 -
YUV 208.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 252 209 91 0 0.17 0.64 0.01 43.98 0.96 0.67
Hex FC D1 5B 0 11 40 1 2C 60 43
Octal 374 321 133 0 21 100 1 54 140 103
Binary 11111100 11010001 1011011 0 10001 1000000 1 101100 1100000 1000011

Color Harmonies of #FCD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD15B

Black with #FCD15B

Text Example


Text Example

White with #FCD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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