Html Css Color HEX #F27150 Burnt Sienna

📋 copy color: '#F27150'

red 242 ◦ green 113 ◦ blue 80

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

Shades of Burnt Sienna #F27150

Tints of Burnt Sienna #F27150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 55.63%
G = 25.98%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F27150 (or 0xF27150) is known color: Burnt Sienna. HEX triplet: F2, 71 and 50. RGB value is (242,113,80). Sum of RGB (Red+Green+Blue) = 242+113+80=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F27150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27150 is #0D8EAF. Grayscale: #949494. Windows color (decimal): -888496 or 5272050. OLE color: 5272050.

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

Color convert

RGB 242 113 80 -
CMYK 0 0.53 0.67 0.05
HSL 12.22º 0.86% 0.63% -
HSV(B) 12.22º 0.67% 0.95% -
XYZ 43.97 31.27 11.31 -
YUV 147.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 242 113 80 0 0.53 0.67 0.05 12.22 0.86 0.63
Hex F2 71 50 0 35 43 5 C 56 3F
Octal 362 161 120 0 65 103 5 14 126 77
Binary 11110010 1110001 1010000 0 110101 1000011 101 1100 1010110 111111

Color Harmonies of #F27150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27150

Black with #F27150

Text Example


Text Example

White with #F27150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27150; }

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

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

background-color css

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

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

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

border-color css

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

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

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