Html Css Color HEX #F16A2F Burnt Orange

📋 copy color: '#F16A2F'

red 241 ◦ green 106 ◦ blue 47

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

Shades of Burnt Orange #F16A2F

Tints of Burnt Orange #F16A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 61.17%
G = 26.9%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F16A2F (or 0xF16A2F) is known color: Burnt Orange. HEX triplet: F1, 6A and 2F. RGB value is (241,106,47). Sum of RGB (Red+Green+Blue) = 241+106+47=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A2F is #0E95D0. Grayscale: #8C8C8C. Windows color (decimal): -955857 or 3107569. OLE color: 3107569.

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

Color convert

RGB 241 106 47 -
CMYK 0 0.56 0.80 0.05
HSL 18.25º 0.87% 0.56% -
HSV(B) 18.25º 0.8% 0.95% -
XYZ 41.94 29.21 6.12 -
YUV 139.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 241 106 47 0 0.56 0.80 0.05 18.25 0.87 0.56
Hex F1 6A 2F 0 38 50 5 12 57 38
Octal 361 152 57 0 70 120 5 22 127 70
Binary 11110001 1101010 101111 0 111000 1010000 101 10010 1010111 111000

Color Harmonies of #F16A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A2F

Black with #F16A2F

Text Example


Text Example

White with #F16A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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