#FFCA98

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

Shades of Peach-Orange #FFCA98

Tints of Peach-Orange #FFCA98

Color information

#FFCA98 (or 0xFFCA98) is unknown color: approx Peach-Orange. HEX triplet: FF, CA and 98. RGB value is (255,202,152). Sum of RGB (Red+Green+Blue) = 255+202+152=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA98 is #003567. Grayscale: #D4D4D4. Windows color (decimal): -13672 or 10013439. OLE color: 10013439.

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

Color convert

RGB255202152-
CMYK00.210.400
HSL29.13º100%79.8%-
HSV(B)29.13º40.39%100%-
XYZ68.0365.7738.81-
YUV212.1594.06158.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 152 (59.77% from 255) = 24.96%
R=41.87%
G=33.17%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520215200.210.40029.1310079.8
HexFFCA980152801d6450
Octal37731223002550035144120
Binary11111111110010101001100001010110100001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA98; }

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

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

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

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

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

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

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

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