#FDC38F

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

Shades of Peach-Orange #FDC38F

Tints of Peach-Orange #FDC38F

Color information

#FDC38F (or 0xFDC38F) is unknown color: approx Peach-Orange. HEX triplet: FD, C3 and 8F. RGB value is (253,195,143). Sum of RGB (Red+Green+Blue) = 253+195+143=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC38F is #023C70. Grayscale: #CECECE. Windows color (decimal): -146545 or 9421821. OLE color: 9421821.

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

Color convert

RGB253195143-
CMYK00.230.430.01
HSL28.36º96.49%77.65%-
HSV(B)28.36º43.48%99.22%-
XYZ64.9861.934.51-
YUV206.4192.22161.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 143 (56.25% from 255) = 24.20%
R=42.81%
G=32.99%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319514300.230.430.0128.3696.4977.65
HexFDC38F0172B11c604e
Octal37530321702753134140116
Binary11111101110000111000111101011110101111110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC38F; }

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

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

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

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

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

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

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

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