#FFCA93

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

Shades of Peach-Orange #FFCA93

Tints of Peach-Orange #FFCA93

Color information

#FFCA93 (or 0xFFCA93) is unknown color: approx Peach-Orange. HEX triplet: FF, CA and 93. RGB value is (255,202,147). Sum of RGB (Red+Green+Blue) = 255+202+147=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA93 is #00356C. Grayscale: #D3D3D3. Windows color (decimal): -13677 or 9685759. OLE color: 9685759.

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

Color convert

RGB255202147-
CMYK00.210.420
HSL30.56º100%78.82%-
HSV(B)30.56º42.35%100%-
XYZ67.6365.6136.7-
YUV211.5891.56158.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 147 (57.81% from 255) = 24.34%
R=42.22%
G=33.44%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520214700.210.42030.5610078.82
HexFFCA930152A01f644f
Octal37731222302552037144117
Binary11111111110010101001001101010110101001111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA93; }

 p { color: rgb(255,202,147); }

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

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

 a { background-color: rgb(255,202,147); }

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

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

 span { border-color: rgb(255,202,147); }

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