Html Css Color HEX #F27556 Burnt Sienna

📋 copy color: '#F27556'

red 242 ◦ green 117 ◦ blue 86

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

Shades of Burnt Sienna #F27556

Tints of Burnt Sienna #F27556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 54.38%
G = 26.29%
B = 19.33%

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

#F27556 (or 0xF27556) is known color: Burnt Sienna. HEX triplet: F2, 75 and 56. RGB value is (242,117,86). Sum of RGB (Red+Green+Blue) = 242+117+86=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F27556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27556 is #0D8AA9. Grayscale: #979797. Windows color (decimal): -887466 or 5666290. OLE color: 5666290.

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

Color convert

RGB 242 117 86 -
CMYK 0 0.52 0.64 0.05
HSL 11.92º 0.86% 0.64% -
HSV(B) 11.92º 0.64% 0.95% -
XYZ 44.66 32.27 12.68 -
YUV 150.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 242 117 86 0 0.52 0.64 0.05 11.92 0.86 0.64
Hex F2 75 56 0 34 40 5 C 56 40
Octal 362 165 126 0 64 100 5 14 126 100
Binary 11110010 1110101 1010110 0 110100 1000000 101 1100 1010110 1000000

Color Harmonies of #F27556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27556

Black with #F27556

Text Example


Text Example

White with #F27556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27556; }

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

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

background-color css

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

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

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

border-color css

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

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

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