Html Css Color HEX #FCD44A Kournikova

📋 copy color: '#FCD44A'

red 252 ◦ green 212 ◦ blue 74

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

Shades of Kournikova #FCD44A

Tints of Kournikova #FCD44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 46.84%
G = 39.41%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD44A (or 0xFCD44A) is known color: Kournikova. HEX triplet: FC, D4 and 4A. RGB value is (252,212,74). Sum of RGB (Red+Green+Blue) = 252+212+74=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD44A is #032BB5. Grayscale: #D0D0D0. Windows color (decimal): -207798 or 4904188. OLE color: 4904188.

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

Color convert

RGB 252 212 74 -
CMYK 0 0.16 0.71 0.01
HSL 46.52º 0.97% 0.64% -
HSV(B) 46.52º 0.71% 0.99% -
XYZ 64.92 68.28 16.24 -
YUV 208.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 252 212 74 0 0.16 0.71 0.01 46.52 0.97 0.64
Hex FC D4 4A 0 10 47 1 2F 61 40
Octal 374 324 112 0 20 107 1 57 141 100
Binary 11111100 11010100 1001010 0 10000 1000111 1 101111 1100001 1000000

Color Harmonies of #FCD44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD44A

Black with #FCD44A

Text Example


Text Example

White with #FCD44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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