Html Css Color HEX #F27856 Burnt Sienna

📋 copy color: '#F27856'

red 242 ◦ green 120 ◦ blue 86

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

Shades of Burnt Sienna #F27856

Tints of Burnt Sienna #F27856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 54.02%
G = 26.79%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27856 (or 0xF27856) is known color: Burnt Sienna. HEX triplet: F2, 78 and 56. RGB value is (242,120,86). Sum of RGB (Red+Green+Blue) = 242+120+86=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F27856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27856 is #0D87A9. Grayscale: #989898. Windows color (decimal): -886698 or 5667058. OLE color: 5667058.

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

Color convert

RGB 242 120 86 -
CMYK 0 0.50 0.64 0.05
HSL 13.08º 0.86% 0.64% -
HSV(B) 13.08º 0.64% 0.95% -
XYZ 45.01 32.98 12.8 -
YUV 152.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 242 120 86 0 0.50 0.64 0.05 13.08 0.86 0.64
Hex F2 78 56 0 32 40 5 D 56 40
Octal 362 170 126 0 62 100 5 15 126 100
Binary 11110010 1111000 1010110 0 110010 1000000 101 1101 1010110 1000000

Color Harmonies of #F27856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27856

Black with #F27856

Text Example


Text Example

White with #F27856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27856; }

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

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

background-color css

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

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

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

border-color css

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

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

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