Html Css Color HEX #F27356 Burnt Sienna

📋 copy color: '#F27356'

red 242 ◦ green 115 ◦ blue 86

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

Shades of Burnt Sienna #F27356

Tints of Burnt Sienna #F27356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 54.63%
G = 25.96%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27356 (or 0xF27356) is known color: Burnt Sienna. HEX triplet: F2, 73 and 56. RGB value is (242,115,86). Sum of RGB (Red+Green+Blue) = 242+115+86=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F27356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27356 is #0D8CA9. Grayscale: #959595. Windows color (decimal): -887978 or 5665778. OLE color: 5665778.

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

Color convert

RGB 242 115 86 -
CMYK 0 0.52 0.64 0.05
HSL 11.15º 0.86% 0.64% -
HSV(B) 11.15º 0.64% 0.95% -
XYZ 44.43 31.81 12.6 -
YUV 149.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 242 115 86 0 0.52 0.64 0.05 11.15 0.86 0.64
Hex F2 73 56 0 34 40 5 B 56 40
Octal 362 163 126 0 64 100 5 13 126 100
Binary 11110010 1110011 1010110 0 110100 1000000 101 1011 1010110 1000000

Color Harmonies of #F27356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27356

Black with #F27356

Text Example


Text Example

White with #F27356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27356; }

 p { color: rgb(242,115,86); }

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

background-color css

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

 a { background-color: rgb(242,115,86); }

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

border-color css

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

 span { border-color: rgb(242,115,86); }

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