Html Css Color HEX #FCD052 Kournikova

📋 copy color: '#FCD052'

red 252 ◦ green 208 ◦ blue 82

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

Shades of Kournikova #FCD052

Tints of Kournikova #FCD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

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

R = 46.49%
G = 38.38%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD052 (or 0xFCD052) is known color: Kournikova. HEX triplet: FC, D0 and 52. RGB value is (252,208,82). Sum of RGB (Red+Green+Blue) = 252+208+82=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD052 is #032FAD. Grayscale: #CFCFCF. Windows color (decimal): -208814 or 5427452. OLE color: 5427452.

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

Color convert

RGB 252 208 82 -
CMYK 0 0.17 0.67 0.01
HSL 44.47º 0.97% 0.65% -
HSV(B) 44.47º 0.67% 0.99% -
XYZ 64.22 66.42 17.42 -
YUV 206.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 252 208 82 0 0.17 0.67 0.01 44.47 0.97 0.65
Hex FC D0 52 0 11 43 1 2C 61 41
Octal 374 320 122 0 21 103 1 54 141 101
Binary 11111100 11010000 1010010 0 10001 1000011 1 101100 1100001 1000001

Color Harmonies of #FCD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD052

Black with #FCD052

Text Example


Text Example

White with #FCD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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