Html Css Color HEX #F27249 Burnt Sienna

📋 copy color: '#F27249'

red 242 ◦ green 114 ◦ blue 73

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

Shades of Burnt Sienna #F27249

Tints of Burnt Sienna #F27249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 56.41%
G = 26.57%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F27249 (or 0xF27249) is known color: Burnt Sienna. HEX triplet: F2, 72 and 49. RGB value is (242,114,73). Sum of RGB (Red+Green+Blue) = 242+114+73=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F27249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27249 is #0D8DB6. Grayscale: #939393. Windows color (decimal): -888247 or 4813554. OLE color: 4813554.

HSL color Cylindrical-coordinate representation of color #F27249: hue angle of 14.56º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F27249 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 73 -
CMYK 0 0.53 0.70 0.05
HSL 14.56º 0.87% 0.62% -
HSV(B) 14.56º 0.7% 0.95% -
XYZ 43.84 31.39 10.05 -
YUV 147.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 242 114 73 0 0.53 0.70 0.05 14.56 0.87 0.62
Hex F2 72 49 0 35 46 5 F 57 3E
Octal 362 162 111 0 65 106 5 17 127 76
Binary 11110010 1110010 1001001 0 110101 1000110 101 1111 1010111 111110

Color Harmonies of #F27249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27249

Black with #F27249

Text Example


Text Example

White with #F27249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27249; }

 p { color: rgb(242,114,73); }

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

background-color css

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

 a { background-color: rgb(242,114,73); }

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

border-color css

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

 span { border-color: rgb(242,114,73); }

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