Html Css Color HEX #FCD14A Kournikova

📋 copy color: '#FCD14A'

red 252 ◦ green 209 ◦ blue 74

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

Shades of Kournikova #FCD14A

Tints of Kournikova #FCD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.83%

R = 47.1%
G = 39.07%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD14A (or 0xFCD14A) is known color: Kournikova. HEX triplet: FC, D1 and 4A. RGB value is (252,209,74). Sum of RGB (Red+Green+Blue) = 252+209+74=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD14A is #032EB5. Grayscale: #CFCFCF. Windows color (decimal): -208566 or 4903420. OLE color: 4903420.

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

Color convert

RGB 252 209 74 -
CMYK 0 0.17 0.71 0.01
HSL 45.51º 0.97% 0.64% -
HSV(B) 45.51º 0.71% 0.99% -
XYZ 64.18 66.79 15.99 -
YUV 206.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 252 209 74 0 0.17 0.71 0.01 45.51 0.97 0.64
Hex FC D1 4A 0 11 47 1 2E 61 40
Octal 374 321 112 0 21 107 1 56 141 100
Binary 11111100 11010001 1001010 0 10001 1000111 1 101110 1100001 1000000

Color Harmonies of #FCD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD14A

Black with #FCD14A

Text Example


Text Example

White with #FCD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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