Html Css Color HEX #F07650 Burnt Sienna

📋 copy color: '#F07650'

red 240 ◦ green 118 ◦ blue 80

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

Shades of Burnt Sienna #F07650

Tints of Burnt Sienna #F07650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 54.79%
G = 26.94%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07650 (or 0xF07650) is known color: Burnt Sienna. HEX triplet: F0, 76 and 50. RGB value is (240,118,80). Sum of RGB (Red+Green+Blue) = 240+118+80=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F07650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07650 is #0F89AF. Grayscale: #969696. Windows color (decimal): -1018288 or 5273328. OLE color: 5273328.

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

Color convert

RGB 240 118 80 -
CMYK 0 0.51 0.67 0.06
HSL 14.25º 0.84% 0.63% -
HSV(B) 14.25º 0.67% 0.94% -
XYZ 43.86 32.06 11.47 -
YUV 150.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 240 118 80 0 0.51 0.67 0.06 14.25 0.84 0.63
Hex F0 76 50 0 33 43 6 E 54 3F
Octal 360 166 120 0 63 103 6 16 124 77
Binary 11110000 1110110 1010000 0 110011 1000011 110 1110 1010100 111111

Color Harmonies of #F07650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07650

Black with #F07650

Text Example


Text Example

White with #F07650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07650; }

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

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

background-color css

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

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

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

border-color css

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

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

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