Html Css Color HEX #F07C50 Burnt Sienna

📋 copy color: '#F07C50'

red 240 ◦ green 124 ◦ blue 80

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

Shades of Burnt Sienna #F07C50

Tints of Burnt Sienna #F07C50

RGB

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

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

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

R = 54.05%
G = 27.93%
B = 18.02%

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

#F07C50 (or 0xF07C50) is known color: Burnt Sienna. HEX triplet: F0, 7C and 50. RGB value is (240,124,80). Sum of RGB (Red+Green+Blue) = 240+124+80=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C50 is #0F83AF. Grayscale: #999999. Windows color (decimal): -1016752 or 5274864. OLE color: 5274864.

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

Color convert

RGB 240 124 80 -
CMYK 0 0.48 0.67 0.06
HSL 16.5º 0.84% 0.63% -
HSV(B) 16.5º 0.67% 0.94% -
XYZ 44.59 33.52 11.71 -
YUV 153.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 240 124 80 0 0.48 0.67 0.06 16.5 0.84 0.63
Hex F0 7C 50 0 30 43 6 10 54 3F
Octal 360 174 120 0 60 103 6 20 124 77
Binary 11110000 1111100 1010000 0 110000 1000011 110 10000 1010100 111111

Color Harmonies of #F07C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C50

Black with #F07C50

Text Example


Text Example

White with #F07C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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