#FFC992

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

Shades of Peach-Orange #FFC992

Tints of Peach-Orange #FFC992

Color information

#FFC992 (or 0xFFC992) is unknown color: approx Peach-Orange. HEX triplet: FF, C9 and 92. RGB value is (255,201,146). Sum of RGB (Red+Green+Blue) = 255+201+146=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC992 is #00366D. Grayscale: #D3D3D3. Windows color (decimal): -13934 or 9619967. OLE color: 9619967.

HSL color Cylindrical-coordinate representation of color #FFC992: hue angle of 30.28º 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 #FFC992 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB255201146-
CMYK00.210.430
HSL30.28º100%78.63%-
HSV(B)30.28º42.75%100%-
XYZ67.3165.1136.21-
YUV210.8891.39159.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 146 (57.42% from 255) = 24.25%
R=42.36%
G=33.39%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520114600.210.43030.2810078.63
HexFFC9920152B01e644f
Octal37731122202553036144117
Binary11111111110010011001001001010110101101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC992; }

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

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

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

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

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

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

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

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