Html Css Color HEX #FCD14E Kournikova

📋 copy color: '#FCD14E'

red 252 ◦ green 209 ◦ blue 78

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

Shades of Kournikova #FCD14E

Tints of Kournikova #FCD14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.47%

R = 46.75%
G = 38.78%
B = 14.47%

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

#FCD14E (or 0xFCD14E) is known color: Kournikova. HEX triplet: FC, D1 and 4E. RGB value is (252,209,78). Sum of RGB (Red+Green+Blue) = 252+209+78=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD14E is #032EB1. Grayscale: #CFCFCF. Windows color (decimal): -208562 or 5165564. OLE color: 5165564.

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

Color convert

RGB 252 209 78 -
CMYK 0 0.17 0.69 0.01
HSL 45.17º 0.97% 0.65% -
HSV(B) 45.17º 0.69% 0.99% -
XYZ 64.32 66.85 16.72 -
YUV 206.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 252 209 78 0 0.17 0.69 0.01 45.17 0.97 0.65
Hex FC D1 4E 0 11 45 1 2D 61 41
Octal 374 321 116 0 21 105 1 55 141 101
Binary 11111100 11010001 1001110 0 10001 1000101 1 101101 1100001 1000001

Color Harmonies of #FCD14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD14E

Black with #FCD14E

Text Example


Text Example

White with #FCD14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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