#FDCB91

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

Shades of Peach-Orange #FDCB91

Tints of Peach-Orange #FDCB91

Color information

#FDCB91 (or 0xFDCB91) is unknown color: approx Peach-Orange. HEX triplet: FD, CB and 91. RGB value is (253,203,145). Sum of RGB (Red+Green+Blue) = 253+203+145=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB91 is #02346E. Grayscale: #D3D3D3. Windows color (decimal): -144495 or 9554941. OLE color: 9554941.

HSL color Cylindrical-coordinate representation of color #FDCB91: hue angle of 32.22º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDCB91 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253203145-
CMYK00.200.430.01
HSL32.22º96.43%78.04%-
HSV(B)32.22º42.69%99.22%-
XYZ66.9765.6435.93-
YUV211.3490.56157.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 145 (57.03% from 255) = 24.13%
R=42.10%
G=33.78%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320314500.200.430.0132.2296.4378.04
HexFDCB910142B120604e
Octal37531322102453140140116
Binary111111011100101110010001010100101011110000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB91; }

 p { color: rgb(253,203,145); }

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

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

 a { background-color: rgb(253,203,145); }

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

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

 span { border-color: rgb(253,203,145); }

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