#F27C4C

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

Shades of Crusta #F27C4C

Tints of Crusta #F27C4C

Color information

#F27C4C (or 0xF27C4C) is unknown color: approx Crusta. HEX triplet: F2, 7C and 4C. RGB value is (242,124,76). Sum of RGB (Red+Green+Blue) = 242+124+76=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C4C is #0D83B3. Grayscale: #9A9A9A. Windows color (decimal): -885684 or 5012722. OLE color: 5012722.

HSL color Cylindrical-coordinate representation of color #F27C4C: hue angle of 17.35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F27C4C is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24212476-
CMYK00.490.690.05
HSL17.35º86.46%62.35%-
HSV(B)17.35º68.6%94.9%-
XYZ45.1333.8110.99-
YUV153.8184.09190.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.75%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 76 (30.08% from 255) = 17.19%
R=54.75%
G=28.05%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421247600.490.690.0517.3586.4662.35
HexF27C4C03145511563e
Octal36217411406110552112676
Binary111100101111100100110001100011000101101100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27C4C; }

 p { color: rgb(242,124,76); }

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

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

 a { background-color: rgb(242,124,76); }

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

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

 span { border-color: rgb(242,124,76); }

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