Html Css Color HEX #F1772D Burnt Orange

📋 copy color: '#F1772D'

red 241 ◦ green 119 ◦ blue 45

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

Shades of Burnt Orange #F1772D

Tints of Burnt Orange #F1772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 59.51%
G = 29.38%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1772D (or 0xF1772D) is known color: Burnt Orange. HEX triplet: F1, 77 and 2D. RGB value is (241,119,45). Sum of RGB (Red+Green+Blue) = 241+119+45=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1772D is #0E88D2. Grayscale: #939393. Windows color (decimal): -952531 or 2979825. OLE color: 2979825.

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

Color convert

RGB 241 119 45 -
CMYK 0 0.51 0.81 0.05
HSL 22.65º 0.88% 0.56% -
HSV(B) 22.65º 0.81% 0.95% -
XYZ 43.35 32.08 6.39 -
YUV 147.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 241 119 45 0 0.51 0.81 0.05 22.65 0.88 0.56
Hex F1 77 2D 0 33 51 5 17 58 38
Octal 361 167 55 0 63 121 5 27 130 70
Binary 11110001 1110111 101101 0 110011 1010001 101 10111 1011000 111000

Color Harmonies of #F1772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1772D

Black with #F1772D

Text Example


Text Example

White with #F1772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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