Html Css Color HEX #F6714F Burnt Sienna

📋 copy color: '#F6714F'

red 246 ◦ green 113 ◦ blue 79

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

Shades of Burnt Sienna #F6714F

Tints of Burnt Sienna #F6714F

RGB

 RED value IS 246 (96.48% from 255) = 56.16%

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

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

R = 56.16%
G = 25.8%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6714F (or 0xF6714F) is known color: Burnt Sienna. HEX triplet: F6, 71 and 4F. RGB value is (246,113,79). Sum of RGB (Red+Green+Blue) = 246+113+79=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6714F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6714F is #098EB0. Grayscale: #959595. Windows color (decimal): -626353 or 5206518. OLE color: 5206518.

HSL color Cylindrical-coordinate representation of color #F6714F: hue angle of 12.22º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6714F is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 113 79 -
CMYK 0 0.54 0.68 0.04
HSL 12.22º 0.9% 0.64% -
HSV(B) 12.22º 0.68% 0.96% -
XYZ 45.32 31.97 11.18 -
YUV 148.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 246 113 79 0 0.54 0.68 0.04 12.22 0.9 0.64
Hex F6 71 4F 0 36 44 4 C 5A 40
Octal 366 161 117 0 66 104 4 14 132 100
Binary 11110110 1110001 1001111 0 110110 1000100 100 1100 1011010 1000000

Color Harmonies of #F6714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6714F

Black with #F6714F

Text Example


Text Example

White with #F6714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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