Html Css Color HEX #F27950 Burnt Sienna

📋 copy color: '#F27950'

red 242 ◦ green 121 ◦ blue 80

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

Shades of Burnt Sienna #F27950

Tints of Burnt Sienna #F27950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 54.63%
G = 27.31%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F27950 (or 0xF27950) is known color: Burnt Sienna. HEX triplet: F2, 79 and 50. RGB value is (242,121,80). Sum of RGB (Red+Green+Blue) = 242+121+80=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F27950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27950 is #0D86AF. Grayscale: #989898. Windows color (decimal): -886448 or 5274098. OLE color: 5274098.

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

Color convert

RGB 242 121 80 -
CMYK 0 0.50 0.67 0.05
HSL 15.19º 0.86% 0.63% -
HSV(B) 15.19º 0.67% 0.95% -
XYZ 44.9 33.13 11.62 -
YUV 152.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 242 121 80 0 0.50 0.67 0.05 15.19 0.86 0.63
Hex F2 79 50 0 32 43 5 F 56 3F
Octal 362 171 120 0 62 103 5 17 126 77
Binary 11110010 1111001 1010000 0 110010 1000011 101 1111 1010110 111111

Color Harmonies of #F27950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27950

Black with #F27950

Text Example


Text Example

White with #F27950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27950; }

 p { color: rgb(242,121,80); }

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

background-color css

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

 a { background-color: rgb(242,121,80); }

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

border-color css

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

 span { border-color: rgb(242,121,80); }

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