Html Css Color HEX #F16D28 Burnt Orange

📋 copy color: '#F16D28'

red 241 ◦ green 109 ◦ blue 40

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

Shades of Burnt Orange #F16D28

Tints of Burnt Orange #F16D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

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

R = 61.79%
G = 27.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16D28 (or 0xF16D28) is known color: Burnt Orange. HEX triplet: F1, 6D and 28. RGB value is (241,109,40). Sum of RGB (Red+Green+Blue) = 241+109+40=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D28 is #0E92D7. Grayscale: #8D8D8D. Windows color (decimal): -955096 or 2649585. OLE color: 2649585.

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

Color convert

RGB 241 109 40 -
CMYK 0 0.55 0.83 0.05
HSL 20.6º 0.88% 0.55% -
HSV(B) 20.6º 0.83% 0.95% -
XYZ 42.13 29.79 5.54 -
YUV 140.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 241 109 40 0 0.55 0.83 0.05 20.6 0.88 0.55
Hex F1 6D 28 0 37 53 5 15 58 37
Octal 361 155 50 0 67 123 5 25 130 67
Binary 11110001 1101101 101000 0 110111 1010011 101 10101 1011000 110111

Color Harmonies of #F16D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D28

Black with #F16D28

Text Example


Text Example

White with #F16D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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