Html Css Color HEX #FCD552 Kournikova

📋 copy color: '#FCD552'

red 252 ◦ green 213 ◦ blue 82

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

Shades of Kournikova #FCD552

Tints of Kournikova #FCD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 82 (32.42% from 255) = 14.99%

R = 46.07%
G = 38.94%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD552 (or 0xFCD552) is known color: Kournikova. HEX triplet: FC, D5 and 52. RGB value is (252,213,82). Sum of RGB (Red+Green+Blue) = 252+213+82=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD552 is #032AAD. Grayscale: #D2D2D2. Windows color (decimal): -207534 or 5428732. OLE color: 5428732.

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

Color convert

RGB 252 213 82 -
CMYK 0 0.15 0.67 0.01
HSL 46.24º 0.97% 0.65% -
HSV(B) 46.24º 0.67% 0.99% -
XYZ 65.46 68.89 17.83 -
YUV 209.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 252 213 82 0 0.15 0.67 0.01 46.24 0.97 0.65
Hex FC D5 52 0 F 43 1 2E 61 41
Octal 374 325 122 0 17 103 1 56 141 101
Binary 11111100 11010101 1010010 0 1111 1000011 1 101110 1100001 1000001

Color Harmonies of #FCD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD552

Black with #FCD552

Text Example


Text Example

White with #FCD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD552; }

 p { color: rgb(252,213,82); }

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

background-color css

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

 a { background-color: rgb(252,213,82); }

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

border-color css

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

 span { border-color: rgb(252,213,82); }

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