Html Css Color HEX #F27F57 Crusta

📋 copy color: '#F27F57'

red 242 ◦ green 127 ◦ blue 87

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

Shades of Crusta #F27F57

Tints of Crusta #F27F57

RGB

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

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

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

R = 53.07%
G = 27.85%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27F57 (or 0xF27F57) is known color: Crusta. HEX triplet: F2, 7F and 57. RGB value is (242,127,87). Sum of RGB (Red+Green+Blue) = 242+127+87=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F57 is #0D80A8. Grayscale: #9D9D9D. Windows color (decimal): -884905 or 5734386. OLE color: 5734386.

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

Color convert

RGB 242 127 87 -
CMYK 0 0.48 0.64 0.05
HSL 15.48º 0.86% 0.65% -
HSV(B) 15.48º 0.64% 0.95% -
XYZ 45.93 34.74 13.3 -
YUV 156.83 88.6 188.75 -
System Red Green Blue C M Y K H S L
Decimal 242 127 87 0 0.48 0.64 0.05 15.48 0.86 0.65
Hex F2 7F 57 0 30 40 5 F 56 41
Octal 362 177 127 0 60 100 5 17 126 101
Binary 11110010 1111111 1010111 0 110000 1000000 101 1111 1010110 1000001

Color Harmonies of #F27F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F57

Black with #F27F57

Text Example


Text Example

White with #F27F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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