#FDC48A

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

Shades of Peach-Orange #FDC48A

Tints of Peach-Orange #FDC48A

Color information

#FDC48A (or 0xFDC48A) is unknown color: approx Peach-Orange. HEX triplet: FD, C4 and 8A. RGB value is (253,196,138). Sum of RGB (Red+Green+Blue) = 253+196+138=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC48A is #023B75. Grayscale: #CECECE. Windows color (decimal): -146294 or 9094397. OLE color: 9094397.

HSL color Cylindrical-coordinate representation of color #FDC48A: hue angle of 30.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC48A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253196138-
CMYK00.230.450.01
HSL30.26º96.64%76.67%-
HSV(B)30.26º45.45%99.22%-
XYZ64.8462.232.63-
YUV206.4389.38161.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=43.10%
G=33.39%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319613800.230.450.0130.2696.6476.67
HexFDC48A0172D11e614d
Octal37530421202755136141115
Binary11111101110001001000101001011110110111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC48A; }

 p { color: rgb(253,196,138); }

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

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

 a { background-color: rgb(253,196,138); }

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

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

 span { border-color: rgb(253,196,138); }

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