Html Css Color HEX #F27142 Burnt Sienna

📋 copy color: '#F27142'

red 242 ◦ green 113 ◦ blue 66

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

Shades of Burnt Sienna #F27142

Tints of Burnt Sienna #F27142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 57.48%
G = 26.84%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27142 (or 0xF27142) is known color: Burnt Sienna. HEX triplet: F2, 71 and 42. RGB value is (242,113,66). Sum of RGB (Red+Green+Blue) = 242+113+66=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F27142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27142 is #0D8EBD. Grayscale: #929292. Windows color (decimal): -888510 or 4354546. OLE color: 4354546.

HSL color Cylindrical-coordinate representation of color #F27142: hue angle of 16.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F27142 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 66 -
CMYK 0 0.53 0.73 0.05
HSL 16.02º 0.87% 0.6% -
HSV(B) 16.02º 0.73% 0.95% -
XYZ 43.51 31.08 8.86 -
YUV 146.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 242 113 66 0 0.53 0.73 0.05 16.02 0.87 0.6
Hex F2 71 42 0 35 49 5 10 57 3C
Octal 362 161 102 0 65 111 5 20 127 74
Binary 11110010 1110001 1000010 0 110101 1001001 101 10000 1010111 111100

Color Harmonies of #F27142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27142

Black with #F27142

Text Example


Text Example

White with #F27142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27142; }

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

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

background-color css

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

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

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

border-color css

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

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

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