Html Css Color HEX #F1682D Burnt Orange

📋 copy color: '#F1682D'

red 241 ◦ green 104 ◦ blue 45

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

Shades of Burnt Orange #F1682D

Tints of Burnt Orange #F1682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 61.79%
G = 26.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1682D (or 0xF1682D) is known color: Burnt Orange. HEX triplet: F1, 68 and 2D. RGB value is (241,104,45). Sum of RGB (Red+Green+Blue) = 241+104+45=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1682D is #0E97D2. Grayscale: #8A8A8A. Windows color (decimal): -956371 or 2975985. OLE color: 2975985.

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

Color convert

RGB 241 104 45 -
CMYK 0 0.57 0.81 0.05
HSL 18.06º 0.88% 0.56% -
HSV(B) 18.06º 0.81% 0.95% -
XYZ 41.7 28.79 5.84 -
YUV 138.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 241 104 45 0 0.57 0.81 0.05 18.06 0.88 0.56
Hex F1 68 2D 0 39 51 5 12 58 38
Octal 361 150 55 0 71 121 5 22 130 70
Binary 11110001 1101000 101101 0 111001 1010001 101 10010 1011000 111000

Color Harmonies of #F1682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1682D

Black with #F1682D

Text Example


Text Example

White with #F1682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1682D; }

 p { color: rgb(241,104,45); }

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

background-color css

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

 a { background-color: rgb(241,104,45); }

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

border-color css

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

 span { border-color: rgb(241,104,45); }

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