#FDCC90

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

Shades of Peach-Orange #FDCC90

Tints of Peach-Orange #FDCC90

Color information

#FDCC90 (or 0xFDCC90) is unknown color: approx Peach-Orange. HEX triplet: FD, CC and 90. RGB value is (253,204,144). Sum of RGB (Red+Green+Blue) = 253+204+144=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC90 is #02336F. Grayscale: #D4D4D4. Windows color (decimal): -144240 or 9489661. OLE color: 9489661.

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

Color convert

RGB253204144-
CMYK00.190.430.01
HSL33.03º96.46%77.84%-
HSV(B)33.03º43.08%99.22%-
XYZ67.1366.0835.6-
YUV211.8189.73157.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 144 (56.64% from 255) = 23.96%
R=42.10%
G=33.94%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320414400.190.430.0133.0396.4677.84
HexFDCC900132B121604e
Octal37531422002353141140116
Binary111111011100110010010000010011101011110000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC90; }

 p { color: rgb(253,204,144); }

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

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

 a { background-color: rgb(253,204,144); }

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

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

 span { border-color: rgb(253,204,144); }

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