Html Css Color HEX #FCD14F Kournikova

📋 copy color: '#FCD14F'

red 252 ◦ green 209 ◦ blue 79

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

Shades of Kournikova #FCD14F

Tints of Kournikova #FCD14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.63%

R = 46.67%
G = 38.7%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCD14F (or 0xFCD14F) is known color: Kournikova. HEX triplet: FC, D1 and 4F. RGB value is (252,209,79). Sum of RGB (Red+Green+Blue) = 252+209+79=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD14F is #032EB0. Grayscale: #CFCFCF. Windows color (decimal): -208561 or 5231100. OLE color: 5231100.

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

Color convert

RGB 252 209 79 -
CMYK 0 0.17 0.69 0.01
HSL 45.09º 0.97% 0.65% -
HSV(B) 45.09º 0.69% 0.99% -
XYZ 64.36 66.86 16.91 -
YUV 207.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 252 209 79 0 0.17 0.69 0.01 45.09 0.97 0.65
Hex FC D1 4F 0 11 45 1 2D 61 41
Octal 374 321 117 0 21 105 1 55 141 101
Binary 11111100 11010001 1001111 0 10001 1000101 1 101101 1100001 1000001

Color Harmonies of #FCD14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD14F

Black with #FCD14F

Text Example


Text Example

White with #FCD14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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