Html Css Color HEX #FCD553 Kournikova

📋 copy color: '#FCD553'

red 252 ◦ green 213 ◦ blue 83

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

Shades of Kournikova #FCD553

Tints of Kournikova #FCD553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.15%

R = 45.99%
G = 38.87%
B = 15.15%

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

#FCD553 (or 0xFCD553) is known color: Kournikova. HEX triplet: FC, D5 and 53. RGB value is (252,213,83). Sum of RGB (Red+Green+Blue) = 252+213+83=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD553 is #032AAC. Grayscale: #D2D2D2. Windows color (decimal): -207533 or 5494268. OLE color: 5494268.

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

Color convert

RGB 252 213 83 -
CMYK 0 0.15 0.67 0.01
HSL 46.15º 0.97% 0.66% -
HSV(B) 46.15º 0.67% 0.99% -
XYZ 65.5 68.91 18.03 -
YUV 209.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 252 213 83 0 0.15 0.67 0.01 46.15 0.97 0.66
Hex FC D5 53 0 F 43 1 2E 61 42
Octal 374 325 123 0 17 103 1 56 141 102
Binary 11111100 11010101 1010011 0 1111 1000011 1 101110 1100001 1000010

Color Harmonies of #FCD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD553

Black with #FCD553

Text Example


Text Example

White with #FCD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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