Html Css Color HEX #FCCA8E Peach-Orange

📋 copy color: '#FCCA8E'

red 252 ◦ green 202 ◦ blue 142

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

Shades of Peach-Orange #FCCA8E

Tints of Peach-Orange #FCCA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.89%

 BLUE value IS 142 (55.86% from 255) = 23.83%

R = 42.28%
G = 33.89%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCCA8E (or 0xFCCA8E) is known color: Peach-Orange. HEX triplet: FC, CA and 8E. RGB value is (252,202,142). Sum of RGB (Red+Green+Blue) = 252+202+142=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA8E is #033571. Grayscale: #D2D2D2. Windows color (decimal): -210290 or 9358076. OLE color: 9358076.

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

Color convert

RGB 252 202 142 -
CMYK 0 0.20 0.44 0.01
HSL 32.73º 0.95% 0.77% -
HSV(B) 32.73º 0.44% 0.99% -
XYZ 66.15 64.89 34.63 -
YUV 210.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 252 202 142 0 0.20 0.44 0.01 32.73 0.95 0.77
Hex FC CA 8E 0 14 2C 1 21 5F 4D
Octal 374 312 216 0 24 54 1 41 137 115
Binary 11111100 11001010 10001110 0 10100 101100 1 100001 1011111 1001101

Color Harmonies of #FCCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA8E

Black with #FCCA8E

Text Example


Text Example

White with #FCCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA8E; }

 p { color: rgb(252,202,142); }

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

background-color css

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

 a { background-color: rgb(252,202,142); }

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

border-color css

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

 span { border-color: rgb(252,202,142); }

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