#FDC38A

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

Shades of Peach-Orange #FDC38A

Tints of Peach-Orange #FDC38A

Color information

#FDC38A (or 0xFDC38A) is unknown color: approx Peach-Orange. HEX triplet: FD, C3 and 8A. RGB value is (253,195,138). Sum of RGB (Red+Green+Blue) = 253+195+138=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38A is #023C75. Grayscale: #CECECE. Windows color (decimal): -146550 or 9094141. OLE color: 9094141.

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

Color convert

RGB253195138-
CMYK00.230.450.01
HSL29.74º96.64%76.67%-
HSV(B)29.74º45.45%99.22%-
XYZ64.6161.7532.56-
YUV205.8489.72161.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=43.17%
G=33.28%
B=23.55%

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
Decimal25319513800.230.450.0129.7496.6476.67
HexFDC38A0172D11e614d
Octal37530321202755136141115
Binary11111101110000111000101001011110110111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC38A; }

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

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

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

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

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

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

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

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