Html Css Color HEX #FCC88B Peach-Orange

📋 copy color: '#FCC88B'

red 252 ◦ green 200 ◦ blue 139

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

Shades of Peach-Orange #FCC88B

Tints of Peach-Orange #FCC88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.52%

R = 42.64%
G = 33.84%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCC88B (or 0xFCC88B) is known color: Peach-Orange. HEX triplet: FC, C8 and 8B. RGB value is (252,200,139). Sum of RGB (Red+Green+Blue) = 252+200+139=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC88B is #033774. Grayscale: #D0D0D0. Windows color (decimal): -210805 or 9160956. OLE color: 9160956.

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

Color convert

RGB 252 200 139 -
CMYK 0 0.21 0.45 0.01
HSL 32.39º 0.95% 0.77% -
HSV(B) 32.39º 0.45% 0.99% -
XYZ 65.46 63.87 33.3 -
YUV 208.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 252 200 139 0 0.21 0.45 0.01 32.39 0.95 0.77
Hex FC C8 8B 0 15 2D 1 20 5F 4D
Octal 374 310 213 0 25 55 1 40 137 115
Binary 11111100 11001000 10001011 0 10101 101101 1 100000 1011111 1001101

Color Harmonies of #FCC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC88B

Black with #FCC88B

Text Example


Text Example

White with #FCC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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