#FF9255

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

Shades of Crusta #FF9255

Tints of Crusta #FF9255

Color information

#FF9255 (or 0xFF9255) is unknown color: approx Crusta. HEX triplet: FF, 92 and 55. RGB value is (255,146,85). Sum of RGB (Red+Green+Blue) = 255+146+85=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9255 is #006DAA. Grayscale: #ABABAB. Windows color (decimal): -28075 or 5608191. OLE color: 5608191.

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

Color convert

RGB25514685-
CMYK00.430.670
HSL21.53º100%66.67%-
HSV(B)21.53º66.67%100%-
XYZ53.1642.4713.99-
YUV171.6479.11187.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=52.47%
G=30.04%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551468500.430.67021.5310066.67
HexFF925502B430166443
Octal377222125053103026144103
Binary111111111001001010101010101011100001101011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9255; }

 p { color: rgb(255,146,85); }

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

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

 a { background-color: rgb(255,146,85); }

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

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

 span { border-color: rgb(255,146,85); }

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