Html Css Color HEX #F6714B Burnt Sienna

📋 copy color: '#F6714B'

red 246 ◦ green 113 ◦ blue 75

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

Shades of Burnt Sienna #F6714B

Tints of Burnt Sienna #F6714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 56.68%
G = 26.04%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6714B (or 0xF6714B) is known color: Burnt Sienna. HEX triplet: F6, 71 and 4B. RGB value is (246,113,75). Sum of RGB (Red+Green+Blue) = 246+113+75=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6714B is #098EB4. Grayscale: #949494. Windows color (decimal): -626357 or 4944374. OLE color: 4944374.

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

Color convert

RGB 246 113 75 -
CMYK 0 0.54 0.70 0.04
HSL 13.33º 0.9% 0.63% -
HSV(B) 13.33º 0.7% 0.96% -
XYZ 45.18 31.91 10.43 -
YUV 148.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 246 113 75 0 0.54 0.70 0.04 13.33 0.9 0.63
Hex F6 71 4B 0 36 46 4 D 5A 3F
Octal 366 161 113 0 66 106 4 15 132 77
Binary 11110110 1110001 1001011 0 110110 1000110 100 1101 1011010 111111

Color Harmonies of #F6714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6714B

Black with #F6714B

Text Example


Text Example

White with #F6714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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