Html Css Color HEX #F16B38 Burnt Orange

📋 copy color: '#F16B38'

red 241 ◦ green 107 ◦ blue 56

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

Shades of Burnt Orange #F16B38

Tints of Burnt Orange #F16B38

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 59.65%
G = 26.49%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F16B38 (or 0xF16B38) is known color: Burnt Orange. HEX triplet: F1, 6B and 38. RGB value is (241,107,56). Sum of RGB (Red+Green+Blue) = 241+107+56=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B38 is #0E94C7. Grayscale: #8D8D8D. Windows color (decimal): -955592 or 3697649. OLE color: 3697649.

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

Color convert

RGB 241 107 56 -
CMYK 0 0.56 0.77 0.05
HSL 16.54º 0.87% 0.58% -
HSV(B) 16.54º 0.77% 0.95% -
XYZ 42.25 29.5 7.21 -
YUV 141.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 241 107 56 0 0.56 0.77 0.05 16.54 0.87 0.58
Hex F1 6B 38 0 38 4D 5 11 57 3A
Octal 361 153 70 0 70 115 5 21 127 72
Binary 11110001 1101011 111000 0 111000 1001101 101 10001 1010111 111010

Color Harmonies of #F16B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B38

Black with #F16B38

Text Example


Text Example

White with #F16B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B38; }

 p { color: rgb(241,107,56); }

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

background-color css

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

 a { background-color: rgb(241,107,56); }

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

border-color css

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

 span { border-color: rgb(241,107,56); }

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