Html Css Color HEX #F16626 Burnt Orange

📋 copy color: '#F16626'

red 241 ◦ green 102 ◦ blue 38

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

Shades of Burnt Orange #F16626

Tints of Burnt Orange #F16626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

 BLUE value IS 38 (15.23% from 255) = 9.97%

R = 63.25%
G = 26.77%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F16626 (or 0xF16626) is known color: Burnt Orange. HEX triplet: F1, 66 and 26. RGB value is (241,102,38). Sum of RGB (Red+Green+Blue) = 241+102+38=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F16626 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16626 is #0E99D9. Grayscale: #888888. Windows color (decimal): -956890 or 2516721. OLE color: 2516721.

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

Color convert

RGB 241 102 38 -
CMYK 0 0.58 0.84 0.05
HSL 18.92º 0.88% 0.55% -
HSV(B) 18.92º 0.84% 0.95% -
XYZ 41.38 28.34 5.12 -
YUV 136.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 241 102 38 0 0.58 0.84 0.05 18.92 0.88 0.55
Hex F1 66 26 0 3A 54 5 13 58 37
Octal 361 146 46 0 72 124 5 23 130 67
Binary 11110001 1100110 100110 0 111010 1010100 101 10011 1011000 110111

Color Harmonies of #F16626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16626

Black with #F16626

Text Example


Text Example

White with #F16626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16626; }

 p { color: rgb(241,102,38); }

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

background-color css

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

 a { background-color: rgb(241,102,38); }

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

border-color css

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

 span { border-color: rgb(241,102,38); }

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