Html Css Color HEX #F27C57 Crusta

📋 copy color: '#F27C57'

red 242 ◦ green 124 ◦ blue 87

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

Shades of Crusta #F27C57

Tints of Crusta #F27C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.21%

R = 53.42%
G = 27.37%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27C57 (or 0xF27C57) is known color: Crusta. HEX triplet: F2, 7C and 57. RGB value is (242,124,87). Sum of RGB (Red+Green+Blue) = 242+124+87=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C57 is #0D83A8. Grayscale: #9B9B9B. Windows color (decimal): -885673 or 5733618. OLE color: 5733618.

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

Color convert

RGB 242 124 87 -
CMYK 0 0.49 0.64 0.05
HSL 14.32º 0.86% 0.65% -
HSV(B) 14.32º 0.64% 0.95% -
XYZ 45.55 33.98 13.18 -
YUV 155.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 242 124 87 0 0.49 0.64 0.05 14.32 0.86 0.65
Hex F2 7C 57 0 31 40 5 E 56 41
Octal 362 174 127 0 61 100 5 16 126 101
Binary 11110010 1111100 1010111 0 110001 1000000 101 1110 1010110 1000001

Color Harmonies of #F27C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C57

Black with #F27C57

Text Example


Text Example

White with #F27C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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