#FF8C5C

Color #FF8C5C Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #FF8C5C

Tints of Crusta #FF8C5C

Color information

#FF8C5C (or 0xFF8C5C) is unknown color: approx Crusta. HEX triplet: FF, 8C and 5C. RGB value is (255,140,92). Sum of RGB (Red+Green+Blue) = 255+140+92=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C5C is #0073A3. Grayscale: #A9A9A9. Windows color (decimal): -29604 or 6065407. OLE color: 6065407.

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

Color convert

RGB25514092-
CMYK00.450.640
HSL17.67º100%68.04%-
HSV(B)17.67º63.92%100%-
XYZ52.5540.7915.23-
YUV168.9184.6189.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=52.36%
G=28.75%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551409200.450.64017.6710068.04
HexFF8C5C02D400126444
Octal377214134055100022144104
Binary111111111000110010111000101101100000001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C5C; }

 p { color: rgb(255,140,92); }

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

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

 a { background-color: rgb(255,140,92); }

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

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

 span { border-color: rgb(255,140,92); }

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