Html Css Color HEX #F16F3E Burnt Orange

📋 copy color: '#F16F3E'

red 241 ◦ green 111 ◦ blue 62

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

Shades of Burnt Orange #F16F3E

Tints of Burnt Orange #F16F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

 BLUE value IS 62 (24.61% from 255) = 14.98%

R = 58.21%
G = 26.81%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F16F3E (or 0xF16F3E) is known color: Burnt Orange. HEX triplet: F1, 6F and 3E. RGB value is (241,111,62). Sum of RGB (Red+Green+Blue) = 241+111+62=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F3E is #0E90C1. Grayscale: #909090. Windows color (decimal): -954562 or 4091889. OLE color: 4091889.

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

Color convert

RGB 241 111 62 -
CMYK 0 0.54 0.74 0.05
HSL 16.42º 0.86% 0.59% -
HSV(B) 16.42º 0.74% 0.95% -
XYZ 42.83 30.42 8.17 -
YUV 144.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 241 111 62 0 0.54 0.74 0.05 16.42 0.86 0.59
Hex F1 6F 3E 0 36 4A 5 10 56 3B
Octal 361 157 76 0 66 112 5 20 126 73
Binary 11110001 1101111 111110 0 110110 1001010 101 10000 1010110 111011

Color Harmonies of #F16F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F3E

Black with #F16F3E

Text Example


Text Example

White with #F16F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F3E; }

 p { color: rgb(241,111,62); }

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

background-color css

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

 a { background-color: rgb(241,111,62); }

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

border-color css

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

 span { border-color: rgb(241,111,62); }

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