Html Css Color HEX #FCC58C Peach-Orange

📋 copy color: '#FCC58C'

red 252 ◦ green 197 ◦ blue 140

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

Shades of Peach-Orange #FCC58C

Tints of Peach-Orange #FCC58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 140 (55.08% from 255) = 23.77%

R = 42.78%
G = 33.45%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCC58C (or 0xFCC58C) is known color: Peach-Orange. HEX triplet: FC, C5 and 8C. RGB value is (252,197,140). Sum of RGB (Red+Green+Blue) = 252+197+140=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58C is #033A73. Grayscale: #CFCFCF. Windows color (decimal): -211572 or 9225724. OLE color: 9225724.

HSL color Cylindrical-coordinate representation of color #FCC58C: hue angle of 30.54º 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 #FCC58C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 140 -
CMYK 0 0.22 0.44 0.01
HSL 30.54º 0.95% 0.77% -
HSV(B) 30.54º 0.44% 0.99% -
XYZ 64.84 62.52 33.46 -
YUV 206.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 252 197 140 0 0.22 0.44 0.01 30.54 0.95 0.77
Hex FC C5 8C 0 16 2C 1 1F 5F 4D
Octal 374 305 214 0 26 54 1 37 137 115
Binary 11111100 11000101 10001100 0 10110 101100 1 11111 1011111 1001101

Color Harmonies of #FCC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC58C

Black with #FCC58C

Text Example


Text Example

White with #FCC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC58C; }

 p { color: rgb(252,197,140); }

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

background-color css

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

 a { background-color: rgb(252,197,140); }

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

border-color css

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

 span { border-color: rgb(252,197,140); }

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