Html Css Color HEX #F2714D Burnt Sienna

📋 copy color: '#F2714D'

red 242 ◦ green 113 ◦ blue 77

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

Shades of Burnt Sienna #F2714D

Tints of Burnt Sienna #F2714D

RGB

 RED value IS 242 (94.92% from 255) = 56.02%

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

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

R = 56.02%
G = 26.16%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2714D (or 0xF2714D) is known color: Burnt Sienna. HEX triplet: F2, 71 and 4D. RGB value is (242,113,77). Sum of RGB (Red+Green+Blue) = 242+113+77=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2714D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2714D is #0D8EB2. Grayscale: #939393. Windows color (decimal): -888499 or 5075442. OLE color: 5075442.

HSL color Cylindrical-coordinate representation of color #F2714D: hue angle of 13.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2714D is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 77 -
CMYK 0 0.53 0.68 0.05
HSL 13.09º 0.86% 0.63% -
HSV(B) 13.09º 0.68% 0.95% -
XYZ 43.86 31.22 10.74 -
YUV 147.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 242 113 77 0 0.53 0.68 0.05 13.09 0.86 0.63
Hex F2 71 4D 0 35 44 5 D 56 3F
Octal 362 161 115 0 65 104 5 15 126 77
Binary 11110010 1110001 1001101 0 110101 1000100 101 1101 1010110 111111

Color Harmonies of #F2714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2714D

Black with #F2714D

Text Example


Text Example

White with #F2714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2714D; }

 p { color: rgb(242,113,77); }

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

background-color css

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

 a { background-color: rgb(242,113,77); }

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

border-color css

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

 span { border-color: rgb(242,113,77); }

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