#FFC892

Color #FFC892 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FFC892

Tints of Peach-Orange #FFC892

Color information

#FFC892 (or 0xFFC892) is unknown color: approx Peach-Orange. HEX triplet: FF, C8 and 92. RGB value is (255,200,146). Sum of RGB (Red+Green+Blue) = 255+200+146=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC892 is #00376D. Grayscale: #D2D2D2. Windows color (decimal): -14190 or 9619711. OLE color: 9619711.

HSL color Cylindrical-coordinate representation of color #FFC892: hue angle of 29.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC892 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB255200146-
CMYK00.220.430
HSL29.72º100%78.63%-
HSV(B)29.72º42.75%100%-
XYZ67.0864.6436.14-
YUV210.2991.72159.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=42.43%
G=33.28%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520014600.220.43029.7210078.63
HexFFC8920162B01e644f
Octal37731022202653036144117
Binary11111111110010001001001001011010101101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC892; }

 p { color: rgb(255,200,146); }

 H1.HeaderClassName
 {
   color: #FFC892;
 }
 .AnyTagClassName
 {
   color: #FFC892;
 }
</style>
background-color css

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

 a { background-color: rgb(255,200,146); }

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

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

 span { border-color: rgb(255,200,146); }

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