Html Css Color HEX #F2744E Burnt Sienna

📋 copy color: '#F2744E'

red 242 ◦ green 116 ◦ blue 78

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

Shades of Burnt Sienna #F2744E

Tints of Burnt Sienna #F2744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 55.5%
G = 26.61%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2744E (or 0xF2744E) is known color: Burnt Sienna. HEX triplet: F2, 74 and 4E. RGB value is (242,116,78). Sum of RGB (Red+Green+Blue) = 242+116+78=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2744E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2744E is #0D8BB1. Grayscale: #959595. Windows color (decimal): -887730 or 5141746. OLE color: 5141746.

HSL color Cylindrical-coordinate representation of color #F2744E: hue angle of 13.9º 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 #F2744E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 78 -
CMYK 0 0.52 0.68 0.05
HSL 13.9º 0.86% 0.63% -
HSV(B) 13.9º 0.68% 0.95% -
XYZ 44.24 31.92 11.04 -
YUV 149.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 242 116 78 0 0.52 0.68 0.05 13.9 0.86 0.63
Hex F2 74 4E 0 34 44 5 E 56 3F
Octal 362 164 116 0 64 104 5 16 126 77
Binary 11110010 1110100 1001110 0 110100 1000100 101 1110 1010110 111111

Color Harmonies of #F2744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2744E

Black with #F2744E

Text Example


Text Example

White with #F2744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2744E; }

 p { color: rgb(242,116,78); }

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

background-color css

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

 a { background-color: rgb(242,116,78); }

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

border-color css

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

 span { border-color: rgb(242,116,78); }

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