Html Css Color HEX #F0734D Burnt Sienna

📋 copy color: '#F0734D'

red 240 ◦ green 115 ◦ blue 77

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

Shades of Burnt Sienna #F0734D

Tints of Burnt Sienna #F0734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 55.56%
G = 26.62%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0734D (or 0xF0734D) is known color: Burnt Sienna. HEX triplet: F0, 73 and 4D. RGB value is (240,115,77). Sum of RGB (Red+Green+Blue) = 240+115+77=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0734D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0734D is #0F8CB2. Grayscale: #949494. Windows color (decimal): -1019059 or 5075952. OLE color: 5075952.

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

Color convert

RGB 240 115 77 -
CMYK 0 0.52 0.68 0.06
HSL 13.99º 0.84% 0.62% -
HSV(B) 13.99º 0.68% 0.94% -
XYZ 43.41 31.32 10.78 -
YUV 148.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 240 115 77 0 0.52 0.68 0.06 13.99 0.84 0.62
Hex F0 73 4D 0 34 44 6 E 54 3E
Octal 360 163 115 0 64 104 6 16 124 76
Binary 11110000 1110011 1001101 0 110100 1000100 110 1110 1010100 111110

Color Harmonies of #F0734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0734D

Black with #F0734D

Text Example


Text Example

White with #F0734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0734D; }

 p { color: rgb(240,115,77); }

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

background-color css

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

 a { background-color: rgb(240,115,77); }

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

border-color css

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

 span { border-color: rgb(240,115,77); }

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