Html Css Color HEX #FCCC92 Peach-Orange

📋 copy color: '#FCCC92'

red 252 ◦ green 204 ◦ blue 146

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

Shades of Peach-Orange #FCCC92

Tints of Peach-Orange #FCCC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.25%

R = 41.86%
G = 33.89%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCCC92 (or 0xFCCC92) is known color: Peach-Orange. HEX triplet: FC, CC and 92. RGB value is (252,204,146). Sum of RGB (Red+Green+Blue) = 252+204+146=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC92 is #03336D. Grayscale: #D4D4D4. Windows color (decimal): -209774 or 9620732. OLE color: 9620732.

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

Color convert

RGB 252 204 146 -
CMYK 0 0.19 0.42 0.01
HSL 32.83º 0.95% 0.78% -
HSV(B) 32.83º 0.42% 0.99% -
XYZ 66.93 65.96 36.4 -
YUV 211.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 252 204 146 0 0.19 0.42 0.01 32.83 0.95 0.78
Hex FC CC 92 0 13 2A 1 21 5F 4E
Octal 374 314 222 0 23 52 1 41 137 116
Binary 11111100 11001100 10010010 0 10011 101010 1 100001 1011111 1001110

Color Harmonies of #FCCC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC92

Black with #FCCC92

Text Example


Text Example

White with #FCCC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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