#F6874A

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

Shades of Crusta #F6874A

Tints of Crusta #F6874A

Color information

#F6874A (or 0xF6874A) is unknown color: approx Crusta. HEX triplet: F6, 87 and 4A. RGB value is (246,135,74). Sum of RGB (Red+Green+Blue) = 246+135+74=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6874A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6874A is #0978B5. Grayscale: #A1A1A1. Windows color (decimal): -620726 or 4884470. OLE color: 4884470.

HSL color Cylindrical-coordinate representation of color #F6874A: hue angle of 21.28º degrees, saturation: 0.91, 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 #F6874A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24613574-
CMYK00.450.700.04
HSL21.28º90.53%62.75%-
HSV(B)21.28º69.92%96.47%-
XYZ47.9137.4211.18-
YUV161.2378.77188.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=54.07%
G=29.67%
B=16.26%

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
Decimal2461357400.450.700.0421.2890.5362.75
HexF6874A02D464155b3f
Octal36620711205510642513377
Binary1111011010000111100101001011011000110100101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6874A; }

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

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

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

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

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

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

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

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