#F27E4A

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

Shades of Crusta #F27E4A

Tints of Crusta #F27E4A

Color information

#F27E4A (or 0xF27E4A) is unknown color: approx Crusta. HEX triplet: F2, 7E and 4A. RGB value is (242,126,74). Sum of RGB (Red+Green+Blue) = 242+126+74=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E4A is #0D81B5. Grayscale: #9B9B9B. Windows color (decimal): -885174 or 4882162. OLE color: 4882162.

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

Color convert

RGB24212674-
CMYK00.480.690.05
HSL18.57º86.6%61.96%-
HSV(B)18.57º69.42%94.9%-
XYZ45.3134.2910.71-
YUV154.7682.43190.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.75%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 74 (29.30% from 255) = 16.74%
R=54.75%
G=28.51%
B=16.74%

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
Decimal2421267400.480.690.0518.5786.661.96
HexF27E4A03045513573e
Octal36217611206010552312776
Binary111100101111110100101001100001000101101100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E4A; }

 p { color: rgb(242,126,74); }

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

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

 a { background-color: rgb(242,126,74); }

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

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

 span { border-color: rgb(242,126,74); }

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