Html Css Color HEX #F16E2C Burnt Orange

📋 copy color: '#F16E2C'

red 241 ◦ green 110 ◦ blue 44

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

Shades of Burnt Orange #F16E2C

Tints of Burnt Orange #F16E2C

RGB

 RED value IS 241 (94.53% from 255) = 61.01%

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 61.01%
G = 27.85%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F16E2C (or 0xF16E2C) is known color: Burnt Orange. HEX triplet: F1, 6E and 2C. RGB value is (241,110,44). Sum of RGB (Red+Green+Blue) = 241+110+44=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E2C is #0E91D3. Grayscale: #8E8E8E. Windows color (decimal): -954836 or 2911985. OLE color: 2911985.

HSL color Cylindrical-coordinate representation of color #F16E2C: hue angle of 20.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F16E2C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 44 -
CMYK 0 0.54 0.82 0.05
HSL 20.1º 0.88% 0.56% -
HSV(B) 20.1º 0.82% 0.95% -
XYZ 42.31 30.03 5.95 -
YUV 141.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 241 110 44 0 0.54 0.82 0.05 20.1 0.88 0.56
Hex F1 6E 2C 0 36 52 5 14 58 38
Octal 361 156 54 0 66 122 5 24 130 70
Binary 11110001 1101110 101100 0 110110 1010010 101 10100 1011000 111000

Color Harmonies of #F16E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E2C

Black with #F16E2C

Text Example


Text Example

White with #F16E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E2C; }

 p { color: rgb(241,110,44); }

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

background-color css

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

 a { background-color: rgb(241,110,44); }

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

border-color css

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

 span { border-color: rgb(241,110,44); }

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