#FFC38B

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

Shades of Peach-Orange #FFC38B

Tints of Peach-Orange #FFC38B

Color information

#FFC38B (or 0xFFC38B) is unknown color: approx Peach-Orange. HEX triplet: FF, C3 and 8B. RGB value is (255,195,139). Sum of RGB (Red+Green+Blue) = 255+195+139=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38B is #003C74. Grayscale: #CECECE. Windows color (decimal): -15477 or 9159679. OLE color: 9159679.

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

Color convert

RGB255195139-
CMYK00.240.450
HSL28.97º100%77.25%-
HSV(B)28.97º45.49%100%-
XYZ65.4262.1532.98-
YUV206.5689.88162.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=43.29%
G=33.11%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519513900.240.45028.9710077.25
HexFFC38B0182D01d644d
Octal37730321303055035144115
Binary11111111110000111000101101100010110101110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC38B; }

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

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

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

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

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

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

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

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