Html Css Color HEX #F1722C Burnt Orange

📋 copy color: '#F1722C'

red 241 ◦ green 114 ◦ blue 44

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

Shades of Burnt Orange #F1722C

Tints of Burnt Orange #F1722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 60.4%
G = 28.57%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1722C (or 0xF1722C) is known color: Burnt Orange. HEX triplet: F1, 72 and 2C. RGB value is (241,114,44). Sum of RGB (Red+Green+Blue) = 241+114+44=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1722C is #0E8DD3. Grayscale: #909090. Windows color (decimal): -953812 or 2913009. OLE color: 2913009.

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

Color convert

RGB 241 114 44 -
CMYK 0 0.53 0.82 0.05
HSL 21.32º 0.88% 0.56% -
HSV(B) 21.32º 0.82% 0.95% -
XYZ 42.75 30.92 6.1 -
YUV 143.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 241 114 44 0 0.53 0.82 0.05 21.32 0.88 0.56
Hex F1 72 2C 0 35 52 5 15 58 38
Octal 361 162 54 0 65 122 5 25 130 70
Binary 11110001 1110010 101100 0 110101 1010010 101 10101 1011000 111000

Color Harmonies of #F1722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1722C

Black with #F1722C

Text Example


Text Example

White with #F1722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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