Html Css Color HEX #F16C2F Burnt Orange

📋 copy color: '#F16C2F'

red 241 ◦ green 108 ◦ blue 47

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

Shades of Burnt Orange #F16C2F

Tints of Burnt Orange #F16C2F

RGB

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

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

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

R = 60.86%
G = 27.27%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F16C2F (or 0xF16C2F) is known color: Burnt Orange. HEX triplet: F1, 6C and 2F. RGB value is (241,108,47). Sum of RGB (Red+Green+Blue) = 241+108+47=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C2F is #0E93D0. Grayscale: #8D8D8D. Windows color (decimal): -955345 or 3108081. OLE color: 3108081.

HSL color Cylindrical-coordinate representation of color #F16C2F: hue angle of 18.87º 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 #F16C2F is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 47 -
CMYK 0 0.55 0.80 0.05
HSL 18.87º 0.87% 0.56% -
HSV(B) 18.87º 0.8% 0.95% -
XYZ 42.15 29.63 6.19 -
YUV 140.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 241 108 47 0 0.55 0.80 0.05 18.87 0.87 0.56
Hex F1 6C 2F 0 37 50 5 13 57 38
Octal 361 154 57 0 67 120 5 23 127 70
Binary 11110001 1101100 101111 0 110111 1010000 101 10011 1010111 111000

Color Harmonies of #F16C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C2F

Black with #F16C2F

Text Example


Text Example

White with #F16C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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