Html Css Color HEX #F07150 Burnt Sienna

📋 copy color: '#F07150'

red 240 ◦ green 113 ◦ blue 80

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

Shades of Burnt Sienna #F07150

Tints of Burnt Sienna #F07150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

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

R = 55.43%
G = 26.1%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07150 (or 0xF07150) is known color: Burnt Sienna. HEX triplet: F0, 71 and 50. RGB value is (240,113,80). Sum of RGB (Red+Green+Blue) = 240+113+80=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F07150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07150 is #0F8EAF. Grayscale: #939393. Windows color (decimal): -1019568 or 5272048. OLE color: 5272048.

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

Color convert

RGB 240 113 80 -
CMYK 0 0.53 0.67 0.06
HSL 12.38º 0.84% 0.63% -
HSV(B) 12.38º 0.67% 0.94% -
XYZ 43.29 30.91 11.28 -
YUV 147.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 240 113 80 0 0.53 0.67 0.06 12.38 0.84 0.63
Hex F0 71 50 0 35 43 6 C 54 3F
Octal 360 161 120 0 65 103 6 14 124 77
Binary 11110000 1110001 1010000 0 110101 1000011 110 1100 1010100 111111

Color Harmonies of #F07150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07150

Black with #F07150

Text Example


Text Example

White with #F07150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07150; }

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

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

background-color css

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

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

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

border-color css

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

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

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