#F6874B

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

Shades of Crusta #F6874B

Tints of Crusta #F6874B

Color information

#F6874B (or 0xF6874B) is unknown color: approx Crusta. HEX triplet: F6, 87 and 4B. RGB value is (246,135,75). Sum of RGB (Red+Green+Blue) = 246+135+75=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6874B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6874B is #0978B4. Grayscale: #A1A1A1. Windows color (decimal): -620725 or 4950006. OLE color: 4950006.

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

Color convert

RGB24613575-
CMYK00.450.700.04
HSL21.05º90.48%62.94%-
HSV(B)21.05º69.51%96.47%-
XYZ47.9437.4311.35-
YUV161.3579.27188.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.95%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=53.95%
G=29.61%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461357500.450.700.0421.0590.4862.94
HexF6874B02D464155a3f
Octal36620711305510642513277
Binary1111011010000111100101101011011000110100101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6874B; }

 p { color: rgb(246,135,75); }

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

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

 a { background-color: rgb(246,135,75); }

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

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

 span { border-color: rgb(246,135,75); }

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