Html Css Color HEX #F07D58 Crusta

📋 copy color: '#F07D58'

red 240 ◦ green 125 ◦ blue 88

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

Shades of Crusta #F07D58

Tints of Crusta #F07D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.43%

R = 52.98%
G = 27.59%
B = 19.43%

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

#F07D58 (or 0xF07D58) is known color: Crusta. HEX triplet: F0, 7D and 58. RGB value is (240,125,88). Sum of RGB (Red+Green+Blue) = 240+125+88=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D58 is #0F82A7. Grayscale: #9B9B9B. Windows color (decimal): -1016488 or 5799408. OLE color: 5799408.

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

Color convert

RGB 240 125 88 -
CMYK 0 0.48 0.63 0.06
HSL 14.61º 0.84% 0.64% -
HSV(B) 14.61º 0.63% 0.94% -
XYZ 45.03 33.9 13.4 -
YUV 155.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 240 125 88 0 0.48 0.63 0.06 14.61 0.84 0.64
Hex F0 7D 58 0 30 3F 6 F 54 40
Octal 360 175 130 0 60 77 6 17 124 100
Binary 11110000 1111101 1011000 0 110000 111111 110 1111 1010100 1000000

Color Harmonies of #F07D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D58

Black with #F07D58

Text Example


Text Example

White with #F07D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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