Html Css Color HEX #FCCC5C Kournikova

📋 copy color: '#FCCC5C'

red 252 ◦ green 204 ◦ blue 92

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

Shades of Kournikova #FCCC5C

Tints of Kournikova #FCCC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.79%

R = 45.99%
G = 37.23%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCCC5C (or 0xFCCC5C) is known color: Kournikova. HEX triplet: FC, CC and 5C. RGB value is (252,204,92). Sum of RGB (Red+Green+Blue) = 252+204+92=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC5C is #0333A3. Grayscale: #CECECE. Windows color (decimal): -209828 or 6081788. OLE color: 6081788.

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

Color convert

RGB 252 204 92 -
CMYK 0 0.19 0.63 0.01
HSL 42º 0.96% 0.67% -
HSV(B) 42º 0.63% 0.99% -
XYZ 63.67 64.65 19.25 -
YUV 205.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 252 204 92 0 0.19 0.63 0.01 42 0.96 0.67
Hex FC CC 5C 0 13 3F 1 2A 60 43
Octal 374 314 134 0 23 77 1 52 140 103
Binary 11111100 11001100 1011100 0 10011 111111 1 101010 1100000 1000011

Color Harmonies of #FCCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC5C

Black with #FCCC5C

Text Example


Text Example

White with #FCCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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