Html Css Color HEX #F1662D Burnt Orange

📋 copy color: '#F1662D'

red 241 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #F1662D

Tints of Burnt Orange #F1662D

RGB

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

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

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

R = 62.11%
G = 26.29%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1662D (or 0xF1662D) is known color: Burnt Orange. HEX triplet: F1, 66 and 2D. RGB value is (241,102,45). Sum of RGB (Red+Green+Blue) = 241+102+45=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1662D is #0E99D2. Grayscale: #898989. Windows color (decimal): -956883 or 2975473. OLE color: 2975473.

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

Color convert

RGB 241 102 45 -
CMYK 0 0.58 0.81 0.05
HSL 17.45º 0.88% 0.56% -
HSV(B) 17.45º 0.81% 0.95% -
XYZ 41.5 28.39 5.78 -
YUV 137.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 241 102 45 0 0.58 0.81 0.05 17.45 0.88 0.56
Hex F1 66 2D 0 3A 51 5 11 58 38
Octal 361 146 55 0 72 121 5 21 130 70
Binary 11110001 1100110 101101 0 111010 1010001 101 10001 1011000 111000

Color Harmonies of #F1662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1662D

Black with #F1662D

Text Example


Text Example

White with #F1662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1662D; }

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

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

background-color css

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

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

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

border-color css

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

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

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