Html Css Color HEX #FCD14C Kournikova

📋 copy color: '#FCD14C'

red 252 ◦ green 209 ◦ blue 76

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

Shades of Kournikova #FCD14C

Tints of Kournikova #FCD14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.15%

R = 46.93%
G = 38.92%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCD14C (or 0xFCD14C) is known color: Kournikova. HEX triplet: FC, D1 and 4C. RGB value is (252,209,76). Sum of RGB (Red+Green+Blue) = 252+209+76=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD14C is #032EB3. Grayscale: #CFCFCF. Windows color (decimal): -208564 or 5034492. OLE color: 5034492.

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

Color convert

RGB 252 209 76 -
CMYK 0 0.17 0.70 0.01
HSL 45.34º 0.97% 0.64% -
HSV(B) 45.34º 0.7% 0.99% -
XYZ 64.25 66.82 16.35 -
YUV 206.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 252 209 76 0 0.17 0.70 0.01 45.34 0.97 0.64
Hex FC D1 4C 0 11 46 1 2D 61 40
Octal 374 321 114 0 21 106 1 55 141 100
Binary 11111100 11010001 1001100 0 10001 1000110 1 101101 1100001 1000000

Color Harmonies of #FCD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD14C

Black with #FCD14C

Text Example


Text Example

White with #FCD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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