Html Css Color HEX #FCCC52 Kournikova

📋 copy color: '#FCCC52'

red 252 ◦ green 204 ◦ blue 82

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

Shades of Kournikova #FCCC52

Tints of Kournikova #FCCC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 46.84%
G = 37.92%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCCC52 (or 0xFCCC52) is known color: Kournikova. HEX triplet: FC, CC and 52. RGB value is (252,204,82). Sum of RGB (Red+Green+Blue) = 252+204+82=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC52 is #0333AD. Grayscale: #CCCCCC. Windows color (decimal): -209838 or 5426428. OLE color: 5426428.

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

Color convert

RGB 252 204 82 -
CMYK 0 0.19 0.67 0.01
HSL 43.06º 0.97% 0.65% -
HSV(B) 43.06º 0.67% 0.99% -
XYZ 63.26 64.49 17.1 -
YUV 204.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 252 204 82 0 0.19 0.67 0.01 43.06 0.97 0.65
Hex FC CC 52 0 13 43 1 2B 61 41
Octal 374 314 122 0 23 103 1 53 141 101
Binary 11111100 11001100 1010010 0 10011 1000011 1 101011 1100001 1000001

Color Harmonies of #FCCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC52

Black with #FCCC52

Text Example


Text Example

White with #FCCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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