Html Css Color HEX #F07D56 Crusta

📋 copy color: '#F07D56'

red 240 ◦ green 125 ◦ blue 86

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

Shades of Crusta #F07D56

Tints of Crusta #F07D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 53.22%
G = 27.72%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F07D56 (or 0xF07D56) is known color: Crusta. HEX triplet: F0, 7D and 56. RGB value is (240,125,86). Sum of RGB (Red+Green+Blue) = 240+125+86=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D56 is #0F82A9. Grayscale: #9B9B9B. Windows color (decimal): -1016490 or 5668336. OLE color: 5668336.

HSL color Cylindrical-coordinate representation of color #F07D56: hue angle of 15.19º 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 #F07D56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 86 -
CMYK 0 0.48 0.64 0.06
HSL 15.19º 0.84% 0.64% -
HSV(B) 15.19º 0.64% 0.94% -
XYZ 44.95 33.86 12.97 -
YUV 154.94 89.1 188.67 -
System Red Green Blue C M Y K H S L
Decimal 240 125 86 0 0.48 0.64 0.06 15.19 0.84 0.64
Hex F0 7D 56 0 30 40 6 F 54 40
Octal 360 175 126 0 60 100 6 17 124 100
Binary 11110000 1111101 1010110 0 110000 1000000 110 1111 1010100 1000000

Color Harmonies of #F07D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D56

Black with #F07D56

Text Example


Text Example

White with #F07D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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