#F9855A

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

Shades of Crusta #F9855A

Tints of Crusta #F9855A

Color information

#F9855A (or 0xF9855A) is unknown color: approx Crusta. HEX triplet: F9, 85 and 5A. RGB value is (249,133,90). Sum of RGB (Red+Green+Blue) = 249+133+90=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9855A is #067AA5. Grayscale: #A3A3A3. Windows color (decimal): -424614 or 5932537. OLE color: 5932537.

HSL color Cylindrical-coordinate representation of color #F9855A: hue angle of 16.23º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9855A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB24913390-
CMYK00.470.640.02
HSL16.23º92.98%66.47%-
HSV(B)16.23º63.86%97.65%-
XYZ49.337.6514.34-
YUV162.7886.93189.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.75%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=52.75%
G=28.18%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491339000.470.640.0216.2392.9866.47
HexF9855A02F402105d42
Octal371205132057100220135102
Binary1111100110000101101101001011111000000101000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9855A; }

 p { color: rgb(249,133,90); }

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

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

 a { background-color: rgb(249,133,90); }

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

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

 span { border-color: rgb(249,133,90); }

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