#F4864B

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

Shades of Crusta #F4864B

Tints of Crusta #F4864B

Color information

#F4864B (or 0xF4864B) is unknown color: approx Crusta. HEX triplet: F4, 86 and 4B. RGB value is (244,134,75). Sum of RGB (Red+Green+Blue) = 244+134+75=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4864B is #0B79B4. Grayscale: #A0A0A0. Windows color (decimal): -752053 or 4949748. OLE color: 4949748.

HSL color Cylindrical-coordinate representation of color #F4864B: hue angle of 20.95º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4864B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24413475-
CMYK00.450.690.04
HSL20.95º88.48%62.55%-
HSV(B)20.95º69.26%95.69%-
XYZ47.136.7911.28-
YUV160.1679.94187.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.86%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=53.86%
G=29.58%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441347500.450.690.0420.9588.4862.55
HexF4864B02D45415583f
Octal36420611305510542513077
Binary1111010010000110100101101011011000101100101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4864B; }

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

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

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

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

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

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

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

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