Html Css Color HEX #F16B28 Burnt Orange

📋 copy color: '#F16B28'

red 241 ◦ green 107 ◦ blue 40

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

Shades of Burnt Orange #F16B28

Tints of Burnt Orange #F16B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.31%

R = 62.11%
G = 27.58%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16B28 (or 0xF16B28) is known color: Burnt Orange. HEX triplet: F1, 6B and 28. RGB value is (241,107,40). Sum of RGB (Red+Green+Blue) = 241+107+40=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B28 is #0E94D7. Grayscale: #8B8B8B. Windows color (decimal): -955608 or 2649073. OLE color: 2649073.

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

Color convert

RGB 241 107 40 -
CMYK 0 0.56 0.83 0.05
HSL 20º 0.88% 0.55% -
HSV(B) 20º 0.83% 0.95% -
XYZ 41.92 29.37 5.47 -
YUV 139.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 241 107 40 0 0.56 0.83 0.05 20 0.88 0.55
Hex F1 6B 28 0 38 53 5 14 58 37
Octal 361 153 50 0 70 123 5 24 130 67
Binary 11110001 1101011 101000 0 111000 1010011 101 10100 1011000 110111

Color Harmonies of #F16B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B28

Black with #F16B28

Text Example


Text Example

White with #F16B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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