Html Css Color HEX #F27854 Burnt Sienna

📋 copy color: '#F27854'

red 242 ◦ green 120 ◦ blue 84

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

Shades of Burnt Sienna #F27854

Tints of Burnt Sienna #F27854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 54.26%
G = 26.91%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F27854 (or 0xF27854) is known color: Burnt Sienna. HEX triplet: F2, 78 and 54. RGB value is (242,120,84). Sum of RGB (Red+Green+Blue) = 242+120+84=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F27854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27854 is #0D87AB. Grayscale: #989898. Windows color (decimal): -886700 or 5535986. OLE color: 5535986.

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

Color convert

RGB 242 120 84 -
CMYK 0 0.50 0.65 0.05
HSL 13.67º 0.86% 0.64% -
HSV(B) 13.67º 0.65% 0.95% -
XYZ 44.93 32.95 12.38 -
YUV 152.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 242 120 84 0 0.50 0.65 0.05 13.67 0.86 0.64
Hex F2 78 54 0 32 41 5 E 56 40
Octal 362 170 124 0 62 101 5 16 126 100
Binary 11110010 1111000 1010100 0 110010 1000001 101 1110 1010110 1000000

Color Harmonies of #F27854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27854

Black with #F27854

Text Example


Text Example

White with #F27854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27854; }

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

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

background-color css

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

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

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

border-color css

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

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

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