Html Css Color HEX #F07D59 Crusta

📋 copy color: '#F07D59'

red 240 ◦ green 125 ◦ blue 89

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

Shades of Crusta #F07D59

Tints of Crusta #F07D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

 BLUE value IS 89 (35.16% from 255) = 19.6%

R = 52.86%
G = 27.53%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F07D59 (or 0xF07D59) is known color: Crusta. HEX triplet: F0, 7D and 59. RGB value is (240,125,89). Sum of RGB (Red+Green+Blue) = 240+125+89=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D59 is #0F82A6. Grayscale: #9B9B9B. Windows color (decimal): -1016487 or 5864944. OLE color: 5864944.

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

Color convert

RGB 240 125 89 -
CMYK 0 0.48 0.63 0.06
HSL 14.3º 0.83% 0.65% -
HSV(B) 14.3º 0.63% 0.94% -
XYZ 45.07 33.91 13.62 -
YUV 155.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 240 125 89 0 0.48 0.63 0.06 14.3 0.83 0.65
Hex F0 7D 59 0 30 3F 6 E 53 41
Octal 360 175 131 0 60 77 6 16 123 101
Binary 11110000 1111101 1011001 0 110000 111111 110 1110 1010011 1000001

Color Harmonies of #F07D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D59

Black with #F07D59

Text Example


Text Example

White with #F07D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D59; }

 p { color: rgb(240,125,89); }

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

background-color css

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

 a { background-color: rgb(240,125,89); }

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

border-color css

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

 span { border-color: rgb(240,125,89); }

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