Html Css Color HEX #FCC88D Peach-Orange

📋 copy color: '#FCC88D'

red 252 ◦ green 200 ◦ blue 141

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

Shades of Peach-Orange #FCC88D

Tints of Peach-Orange #FCC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

 BLUE value IS 141 (55.47% from 255) = 23.78%

R = 42.5%
G = 33.73%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCC88D (or 0xFCC88D) is known color: Peach-Orange. HEX triplet: FC, C8 and 8D. RGB value is (252,200,141). Sum of RGB (Red+Green+Blue) = 252+200+141=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC88D is #033772. Grayscale: #D1D1D1. Windows color (decimal): -210803 or 9292028. OLE color: 9292028.

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

Color convert

RGB 252 200 141 -
CMYK 0 0.21 0.44 0.01
HSL 31.89º 0.95% 0.77% -
HSV(B) 31.89º 0.44% 0.99% -
XYZ 65.61 63.93 34.08 -
YUV 208.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 252 200 141 0 0.21 0.44 0.01 31.89 0.95 0.77
Hex FC C8 8D 0 15 2C 1 20 5F 4D
Octal 374 310 215 0 25 54 1 40 137 115
Binary 11111100 11001000 10001101 0 10101 101100 1 100000 1011111 1001101

Color Harmonies of #FCC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC88D

Black with #FCC88D

Text Example


Text Example

White with #FCC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC88D; }

 p { color: rgb(252,200,141); }

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

background-color css

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

 a { background-color: rgb(252,200,141); }

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

border-color css

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

 span { border-color: rgb(252,200,141); }

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