Html Css Color HEX #F07F57 Crusta

📋 copy color: '#F07F57'

red 240 ◦ green 127 ◦ blue 87

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

Shades of Crusta #F07F57

Tints of Crusta #F07F57

RGB

 RED value IS 240 (94.14% from 255) = 52.86%

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

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

R = 52.86%
G = 27.97%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F07F57 (or 0xF07F57) is known color: Crusta. HEX triplet: F0, 7F and 57. RGB value is (240,127,87). Sum of RGB (Red+Green+Blue) = 240+127+87=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F57 is #0F80A8. Grayscale: #9C9C9C. Windows color (decimal): -1015977 or 5734384. OLE color: 5734384.

HSL color Cylindrical-coordinate representation of color #F07F57: hue angle of 15.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F07F57 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 87 -
CMYK 0 0.47 0.64 0.06
HSL 15.69º 0.84% 0.64% -
HSV(B) 15.69º 0.64% 0.94% -
XYZ 45.24 34.39 13.27 -
YUV 156.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 240 127 87 0 0.47 0.64 0.06 15.69 0.84 0.64
Hex F0 7F 57 0 2F 40 6 10 54 40
Octal 360 177 127 0 57 100 6 20 124 100
Binary 11110000 1111111 1010111 0 101111 1000000 110 10000 1010100 1000000

Color Harmonies of #F07F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F57

Black with #F07F57

Text Example


Text Example

White with #F07F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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