Html Css Color HEX #F07C55 Burnt Sienna

📋 copy color: '#F07C55'

red 240 ◦ green 124 ◦ blue 85

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

Shades of Burnt Sienna #F07C55

Tints of Burnt Sienna #F07C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 53.45%
G = 27.62%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F07C55 (or 0xF07C55) is known color: Burnt Sienna. HEX triplet: F0, 7C and 55. RGB value is (240,124,85). Sum of RGB (Red+Green+Blue) = 240+124+85=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C55 is #0F83AA. Grayscale: #9A9A9A. Windows color (decimal): -1016747 or 5602544. OLE color: 5602544.

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

Color convert

RGB 240 124 85 -
CMYK 0 0.48 0.65 0.06
HSL 15.1º 0.84% 0.64% -
HSV(B) 15.1º 0.65% 0.94% -
XYZ 44.78 33.6 12.72 -
YUV 154.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 240 124 85 0 0.48 0.65 0.06 15.1 0.84 0.64
Hex F0 7C 55 0 30 41 6 F 54 40
Octal 360 174 125 0 60 101 6 17 124 100
Binary 11110000 1111100 1010101 0 110000 1000001 110 1111 1010100 1000000

Color Harmonies of #F07C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C55

Black with #F07C55

Text Example


Text Example

White with #F07C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C55; }

 p { color: rgb(240,124,85); }

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

background-color css

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

 a { background-color: rgb(240,124,85); }

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

border-color css

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

 span { border-color: rgb(240,124,85); }

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