#FFC38A

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

Shades of Peach-Orange #FFC38A

Tints of Peach-Orange #FFC38A

Color information

#FFC38A (or 0xFFC38A) is unknown color: approx Peach-Orange. HEX triplet: FF, C3 and 8A. RGB value is (255,195,138). Sum of RGB (Red+Green+Blue) = 255+195+138=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38A is #003C75. Grayscale: #CECECE. Windows color (decimal): -15478 or 9094143. OLE color: 9094143.

HSL color Cylindrical-coordinate representation of color #FFC38A: hue angle of 29.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC38A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255195138-
CMYK00.240.460
HSL29.23º100%77.06%-
HSV(B)29.23º45.88%100%-
XYZ65.3462.1332.59-
YUV206.4489.38162.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=43.37%
G=33.16%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519513800.240.46029.2310077.06
HexFFC38A0182E01d644d
Octal37730321203056035144115
Binary11111111110000111000101001100010111001110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC38A; }

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

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

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

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

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

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

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

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