Html Css Color HEX #FCCC8F Peach-Orange

📋 copy color: '#FCCC8F'

red 252 ◦ green 204 ◦ blue 143

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

Shades of Peach-Orange #FCCC8F

Tints of Peach-Orange #FCCC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.87%

R = 42.07%
G = 34.06%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCCC8F (or 0xFCCC8F) is known color: Peach-Orange. HEX triplet: FC, CC and 8F. RGB value is (252,204,143). Sum of RGB (Red+Green+Blue) = 252+204+143=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8F is #033370. Grayscale: #D3D3D3. Windows color (decimal): -209777 or 9424124. OLE color: 9424124.

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

Color convert

RGB 252 204 143 -
CMYK 0 0.19 0.43 0.01
HSL 33.58º 0.95% 0.77% -
HSV(B) 33.58º 0.43% 0.99% -
XYZ 66.7 65.86 35.18 -
YUV 211.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 252 204 143 0 0.19 0.43 0.01 33.58 0.95 0.77
Hex FC CC 8F 0 13 2B 1 22 5F 4D
Octal 374 314 217 0 23 53 1 42 137 115
Binary 11111100 11001100 10001111 0 10011 101011 1 100010 1011111 1001101

Color Harmonies of #FCCC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC8F

Black with #FCCC8F

Text Example


Text Example

White with #FCCC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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