Html Css Color HEX #F07950 Burnt Sienna

📋 copy color: '#F07950'

red 240 ◦ green 121 ◦ blue 80

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

Shades of Burnt Sienna #F07950

Tints of Burnt Sienna #F07950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 54.42%
G = 27.44%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07950 (or 0xF07950) is known color: Burnt Sienna. HEX triplet: F0, 79 and 50. RGB value is (240,121,80). Sum of RGB (Red+Green+Blue) = 240+121+80=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F07950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07950 is #0F86AF. Grayscale: #989898. Windows color (decimal): -1017520 or 5274096. OLE color: 5274096.

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

Color convert

RGB 240 121 80 -
CMYK 0 0.50 0.67 0.06
HSL 15.38º 0.84% 0.63% -
HSV(B) 15.38º 0.67% 0.94% -
XYZ 44.22 32.78 11.59 -
YUV 151.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 240 121 80 0 0.50 0.67 0.06 15.38 0.84 0.63
Hex F0 79 50 0 32 43 6 F 54 3F
Octal 360 171 120 0 62 103 6 17 124 77
Binary 11110000 1111001 1010000 0 110010 1000011 110 1111 1010100 111111

Color Harmonies of #F07950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07950

Black with #F07950

Text Example


Text Example

White with #F07950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07950; }

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

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

background-color css

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

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

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

border-color css

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

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

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