Html Css Color HEX #F16A3C Burnt Orange

📋 copy color: '#F16A3C'

red 241 ◦ green 106 ◦ blue 60

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

Shades of Burnt Orange #F16A3C

Tints of Burnt Orange #F16A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 59.21%
G = 26.04%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F16A3C (or 0xF16A3C) is known color: Burnt Orange. HEX triplet: F1, 6A and 3C. RGB value is (241,106,60). Sum of RGB (Red+Green+Blue) = 241+106+60=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A3C is #0E95C3. Grayscale: #8D8D8D. Windows color (decimal): -955844 or 3959537. OLE color: 3959537.

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

Color convert

RGB 241 106 60 -
CMYK 0 0.56 0.75 0.05
HSL 15.25º 0.87% 0.59% -
HSV(B) 15.25º 0.75% 0.95% -
XYZ 42.25 29.34 7.71 -
YUV 141.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 241 106 60 0 0.56 0.75 0.05 15.25 0.87 0.59
Hex F1 6A 3C 0 38 4B 5 F 57 3B
Octal 361 152 74 0 70 113 5 17 127 73
Binary 11110001 1101010 111100 0 111000 1001011 101 1111 1010111 111011

Color Harmonies of #F16A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A3C

Black with #F16A3C

Text Example


Text Example

White with #F16A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A3C; }

 p { color: rgb(241,106,60); }

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

background-color css

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

 a { background-color: rgb(241,106,60); }

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

border-color css

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

 span { border-color: rgb(241,106,60); }

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