Html Css Color HEX #F0714F Burnt Sienna

📋 copy color: '#F0714F'

red 240 ◦ green 113 ◦ blue 79

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

Shades of Burnt Sienna #F0714F

Tints of Burnt Sienna #F0714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.29%

R = 55.56%
G = 26.16%
B = 18.29%

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

#F0714F (or 0xF0714F) is known color: Burnt Sienna. HEX triplet: F0, 71 and 4F. RGB value is (240,113,79). Sum of RGB (Red+Green+Blue) = 240+113+79=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0714F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0714F is #0F8EB0. Grayscale: #939393. Windows color (decimal): -1019569 or 5206512. OLE color: 5206512.

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

Color convert

RGB 240 113 79 -
CMYK 0 0.53 0.67 0.06
HSL 12.67º 0.84% 0.63% -
HSV(B) 12.67º 0.67% 0.94% -
XYZ 43.25 30.9 11.08 -
YUV 147.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 240 113 79 0 0.53 0.67 0.06 12.67 0.84 0.63
Hex F0 71 4F 0 35 43 6 D 54 3F
Octal 360 161 117 0 65 103 6 15 124 77
Binary 11110000 1110001 1001111 0 110101 1000011 110 1101 1010100 111111

Color Harmonies of #F0714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0714F

Black with #F0714F

Text Example


Text Example

White with #F0714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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