#F27F4C

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

Shades of Crusta #F27F4C

Tints of Crusta #F27F4C

Color information

#F27F4C (or 0xF27F4C) is unknown color: approx Crusta. HEX triplet: F2, 7F and 4C. RGB value is (242,127,76). Sum of RGB (Red+Green+Blue) = 242+127+76=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F4C is #0D80B3. Grayscale: #9B9B9B. Windows color (decimal): -884916 or 5013490. OLE color: 5013490.

HSL color Cylindrical-coordinate representation of color #F27F4C: hue angle of 18.43º 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 #F27F4C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24212776-
CMYK00.480.690.05
HSL18.43º86.46%62.35%-
HSV(B)18.43º68.6%94.9%-
XYZ45.5134.5811.11-
YUV155.5783.1189.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 76 (30.08% from 255) = 17.08%
R=54.38%
G=28.54%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421277600.480.690.0518.4386.4662.35
HexF27F4C03045512563e
Octal36217711406010552212676
Binary111100101111111100110001100001000101101100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F4C; }

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

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

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

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

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

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

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

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