Html Css Color HEX #F07E60 Crusta

📋 copy color: '#F07E60'

red 240 ◦ green 126 ◦ blue 96

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

Shades of Crusta #F07E60

Tints of Crusta #F07E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 51.95%
G = 27.27%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F07E60 (or 0xF07E60) is known color: Crusta. HEX triplet: F0, 7E and 60. RGB value is (240,126,96). Sum of RGB (Red+Green+Blue) = 240+126+96=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E60 is #0F819F. Grayscale: #9C9C9C. Windows color (decimal): -1016224 or 6323952. OLE color: 6323952.

HSL color Cylindrical-coordinate representation of color #F07E60: hue angle of 12.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F07E60 is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 96 -
CMYK 0 0.48 0.6 0.06
HSL 12.5º 0.83% 0.66% -
HSV(B) 12.5º 0.6% 0.94% -
XYZ 45.51 34.29 15.29 -
YUV 156.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 240 126 96 0 0.48 0.6 0.06 12.5 0.83 0.66
Hex F0 7E 60 0 30 3C 6 C 53 42
Octal 360 176 140 0 60 74 6 14 123 102
Binary 11110000 1111110 1100000 0 110000 111100 110 1100 1010011 1000010

Color Harmonies of #F07E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E60

Black with #F07E60

Text Example


Text Example

White with #F07E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E60; }

 p { color: rgb(240,126,96); }

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

background-color css

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

 a { background-color: rgb(240,126,96); }

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

border-color css

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

 span { border-color: rgb(240,126,96); }

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