#FFC58B

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

Shades of Peach-Orange #FFC58B

Tints of Peach-Orange #FFC58B

Color information

#FFC58B (or 0xFFC58B) is unknown color: approx Peach-Orange. HEX triplet: FF, C5 and 8B. RGB value is (255,197,139). Sum of RGB (Red+Green+Blue) = 255+197+139=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC58B is #003A74. Grayscale: #D0D0D0. Windows color (decimal): -14965 or 9160191. OLE color: 9160191.

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

Color convert

RGB255197139-
CMYK00.230.450
HSL30º100%77.25%-
HSV(B)30º45.49%100%-
XYZ65.8763.0633.13-
YUV207.7389.22161.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=43.15%
G=33.33%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519713900.230.4503010077.25
HexFFC58B0172D01e644d
Octal37730521302755036144115
Binary11111111110001011000101101011110110101111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC58B; }

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

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

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

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

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

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

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

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