Html Css Color HEX #F27256 Burnt Sienna

📋 copy color: '#F27256'

red 242 ◦ green 114 ◦ blue 86

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

Shades of Burnt Sienna #F27256

Tints of Burnt Sienna #F27256

RGB

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

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

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

R = 54.75%
G = 25.79%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27256 (or 0xF27256) is known color: Burnt Sienna. HEX triplet: F2, 72 and 56. RGB value is (242,114,86). Sum of RGB (Red+Green+Blue) = 242+114+86=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F27256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27256 is #0D8DA9. Grayscale: #959595. Windows color (decimal): -888234 or 5665522. OLE color: 5665522.

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

Color convert

RGB 242 114 86 -
CMYK 0 0.53 0.64 0.05
HSL 10.77º 0.86% 0.64% -
HSV(B) 10.77º 0.64% 0.95% -
XYZ 44.31 31.58 12.56 -
YUV 149.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 242 114 86 0 0.53 0.64 0.05 10.77 0.86 0.64
Hex F2 72 56 0 35 40 5 B 56 40
Octal 362 162 126 0 65 100 5 13 126 100
Binary 11110010 1110010 1010110 0 110101 1000000 101 1011 1010110 1000000

Color Harmonies of #F27256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27256

Black with #F27256

Text Example


Text Example

White with #F27256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27256; }

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

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

background-color css

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

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

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

border-color css

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

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

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