Html Css Color HEX #F07D50 Crusta

📋 copy color: '#F07D50'

red 240 ◦ green 125 ◦ blue 80

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

Shades of Crusta #F07D50

Tints of Crusta #F07D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 53.93%
G = 28.09%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07D50 (or 0xF07D50) is known color: Crusta. HEX triplet: F0, 7D and 50. RGB value is (240,125,80). Sum of RGB (Red+Green+Blue) = 240+125+80=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D50 is #0F82AF. Grayscale: #9A9A9A. Windows color (decimal): -1016496 or 5275120. OLE color: 5275120.

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

Color convert

RGB 240 125 80 -
CMYK 0 0.48 0.67 0.06
HSL 16.88º 0.84% 0.63% -
HSV(B) 16.88º 0.67% 0.94% -
XYZ 44.72 33.77 11.75 -
YUV 154.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 240 125 80 0 0.48 0.67 0.06 16.88 0.84 0.63
Hex F0 7D 50 0 30 43 6 11 54 3F
Octal 360 175 120 0 60 103 6 21 124 77
Binary 11110000 1111101 1010000 0 110000 1000011 110 10001 1010100 111111

Color Harmonies of #F07D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D50

Black with #F07D50

Text Example


Text Example

White with #F07D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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