Html Css Color HEX #FCD452 Kournikova

📋 copy color: '#FCD452'

red 252 ◦ green 212 ◦ blue 82

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

Shades of Kournikova #FCD452

Tints of Kournikova #FCD452

RGB

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

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

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

R = 46.15%
G = 38.83%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD452 (or 0xFCD452) is known color: Kournikova. HEX triplet: FC, D4 and 52. RGB value is (252,212,82). Sum of RGB (Red+Green+Blue) = 252+212+82=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD452 is #032BAD. Grayscale: #D1D1D1. Windows color (decimal): -207790 or 5428476. OLE color: 5428476.

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

Color convert

RGB 252 212 82 -
CMYK 0 0.16 0.67 0.01
HSL 45.88º 0.97% 0.65% -
HSV(B) 45.88º 0.67% 0.99% -
XYZ 65.21 68.39 17.75 -
YUV 209.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 252 212 82 0 0.16 0.67 0.01 45.88 0.97 0.65
Hex FC D4 52 0 10 43 1 2E 61 41
Octal 374 324 122 0 20 103 1 56 141 101
Binary 11111100 11010100 1010010 0 10000 1000011 1 101110 1100001 1000001

Color Harmonies of #FCD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD452

Black with #FCD452

Text Example


Text Example

White with #FCD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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