Html Css Color HEX #F1722D Burnt Orange

📋 copy color: '#F1722D'

red 241 ◦ green 114 ◦ blue 45

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

Shades of Burnt Orange #F1722D

Tints of Burnt Orange #F1722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

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

R = 60.25%
G = 28.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1722D (or 0xF1722D) is known color: Burnt Orange. HEX triplet: F1, 72 and 2D. RGB value is (241,114,45). Sum of RGB (Red+Green+Blue) = 241+114+45=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1722D is #0E8DD2. Grayscale: #909090. Windows color (decimal): -953811 or 2978545. OLE color: 2978545.

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

Color convert

RGB 241 114 45 -
CMYK 0 0.53 0.81 0.05
HSL 21.12º 0.88% 0.56% -
HSV(B) 21.12º 0.81% 0.95% -
XYZ 42.77 30.92 6.2 -
YUV 144.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 241 114 45 0 0.53 0.81 0.05 21.12 0.88 0.56
Hex F1 72 2D 0 35 51 5 15 58 38
Octal 361 162 55 0 65 121 5 25 130 70
Binary 11110001 1110010 101101 0 110101 1010001 101 10101 1011000 111000

Color Harmonies of #F1722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1722D

Black with #F1722D

Text Example


Text Example

White with #F1722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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