Html Css Color HEX #F27F51 Crusta

📋 copy color: '#F27F51'

red 242 ◦ green 127 ◦ blue 81

#F27F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F27F51

Tints of Crusta #F27F51

RGB

 RED value IS 242 (94.92% from 255) = 53.78%

 GREEN value IS 127 (50% from 255) = 28.22%

 BLUE value IS 81 (32.03% from 255) = 18%

R = 53.78%
G = 28.22%
B = 18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F27F51 (or 0xF27F51) is known color: Crusta. HEX triplet: F2, 7F and 51. RGB value is (242,127,81). Sum of RGB (Red+Green+Blue) = 242+127+81=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F51 is #0D80AE. Grayscale: #9C9C9C. Windows color (decimal): -884911 or 5341170. OLE color: 5341170.

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

Color convert

RGB 242 127 81 -
CMYK 0 0.48 0.67 0.05
HSL 17.14º 0.86% 0.63% -
HSV(B) 17.14º 0.67% 0.95% -
XYZ 45.69 34.65 12.06 -
YUV 156.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 242 127 81 0 0.48 0.67 0.05 17.14 0.86 0.63
Hex F2 7F 51 0 30 43 5 11 56 3F
Octal 362 177 121 0 60 103 5 21 126 77
Binary 11110010 1111111 1010001 0 110000 1000011 101 10001 1010110 111111

Color Harmonies of #F27F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F51

Black with #F27F51

Text Example


Text Example

White with #F27F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F51; }

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

 H1.HeaderClassName
 {
   color: #F27F51;
 }
 .AnyTagClassName
 {
   color: #F27F51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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