Html Css Color HEX #F16C3A Burnt Orange

📋 copy color: '#F16C3A'

red 241 ◦ green 108 ◦ blue 58

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

Shades of Burnt Orange #F16C3A

Tints of Burnt Orange #F16C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 59.21%
G = 26.54%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F16C3A (or 0xF16C3A) is known color: Burnt Orange. HEX triplet: F1, 6C and 3A. RGB value is (241,108,58). Sum of RGB (Red+Green+Blue) = 241+108+58=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C3A is #0E93C5. Grayscale: #8E8E8E. Windows color (decimal): -955334 or 3828977. OLE color: 3828977.

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

Color convert

RGB 241 108 58 -
CMYK 0 0.55 0.76 0.05
HSL 16.39º 0.87% 0.59% -
HSV(B) 16.39º 0.76% 0.95% -
XYZ 42.4 29.73 7.51 -
YUV 142.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 241 108 58 0 0.55 0.76 0.05 16.39 0.87 0.59
Hex F1 6C 3A 0 37 4C 5 10 57 3B
Octal 361 154 72 0 67 114 5 20 127 73
Binary 11110001 1101100 111010 0 110111 1001100 101 10000 1010111 111011

Color Harmonies of #F16C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C3A

Black with #F16C3A

Text Example


Text Example

White with #F16C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C3A; }

 p { color: rgb(241,108,58); }

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

background-color css

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

 a { background-color: rgb(241,108,58); }

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

border-color css

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

 span { border-color: rgb(241,108,58); }

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