#F9864B

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

Shades of Crusta #F9864B

Tints of Crusta #F9864B

Color information

#F9864B (or 0xF9864B) is unknown color: approx Crusta. HEX triplet: F9, 86 and 4B. RGB value is (249,134,75). Sum of RGB (Red+Green+Blue) = 249+134+75=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9864B is #0679B4. Grayscale: #A2A2A2. Windows color (decimal): -424373 or 4949753. OLE color: 4949753.

HSL color Cylindrical-coordinate representation of color #F9864B: hue angle of 20.34º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9864B is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24913475-
CMYK00.460.700.02
HSL20.34º93.55%63.53%-
HSV(B)20.34º69.88%97.65%-
XYZ48.8637.711.36-
YUV161.6679.1190.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 75 (29.69% from 255) = 16.38%
R=54.37%
G=29.26%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491347500.460.700.0220.3493.5563.53
HexF9864B02E462145e40
Octal371206113056106224136100
Binary1111100110000110100101101011101000110101010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9864B; }

 p { color: rgb(249,134,75); }

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

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

 a { background-color: rgb(249,134,75); }

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

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

 span { border-color: rgb(249,134,75); }

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