Html Css Color HEX #F27C48 Crusta

📋 copy color: '#F27C48'

red 242 ◦ green 124 ◦ blue 72

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

Shades of Crusta #F27C48

Tints of Crusta #F27C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 72 (28.52% from 255) = 16.44%

R = 55.25%
G = 28.31%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F27C48 (or 0xF27C48) is known color: Crusta. HEX triplet: F2, 7C and 48. RGB value is (242,124,72). Sum of RGB (Red+Green+Blue) = 242+124+72=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C48 is #0D83B7. Grayscale: #999999. Windows color (decimal): -885688 or 4750578. OLE color: 4750578.

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

Color convert

RGB 242 124 72 -
CMYK 0 0.49 0.70 0.05
HSL 18.35º 0.87% 0.62% -
HSV(B) 18.35º 0.7% 0.95% -
XYZ 45 33.76 10.28 -
YUV 153.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 242 124 72 0 0.49 0.70 0.05 18.35 0.87 0.62
Hex F2 7C 48 0 31 46 5 12 57 3E
Octal 362 174 110 0 61 106 5 22 127 76
Binary 11110010 1111100 1001000 0 110001 1000110 101 10010 1010111 111110

Color Harmonies of #F27C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C48

Black with #F27C48

Text Example


Text Example

White with #F27C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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