Html Css Color HEX #F1732A Burnt Orange

📋 copy color: '#F1732A'

red 241 ◦ green 115 ◦ blue 42

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

Shades of Burnt Orange #F1732A

Tints of Burnt Orange #F1732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

 BLUE value IS 42 (16.8% from 255) = 10.55%

R = 60.55%
G = 28.89%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1732A (or 0xF1732A) is known color: Burnt Orange. HEX triplet: F1, 73 and 2A. RGB value is (241,115,42). Sum of RGB (Red+Green+Blue) = 241+115+42=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1732A is #0E8CD5. Grayscale: #909090. Windows color (decimal): -953558 or 2782193. OLE color: 2782193.

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

Color convert

RGB 241 115 42 -
CMYK 0 0.52 0.83 0.05
HSL 22.01º 0.88% 0.55% -
HSV(B) 22.01º 0.83% 0.95% -
XYZ 42.82 31.13 5.94 -
YUV 144.35 70.24 196.94 -
System Red Green Blue C M Y K H S L
Decimal 241 115 42 0 0.52 0.83 0.05 22.01 0.88 0.55
Hex F1 73 2A 0 34 53 5 16 58 37
Octal 361 163 52 0 64 123 5 26 130 67
Binary 11110001 1110011 101010 0 110100 1010011 101 10110 1011000 110111

Color Harmonies of #F1732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1732A

Black with #F1732A

Text Example


Text Example

White with #F1732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1732A; }

 p { color: rgb(241,115,42); }

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

background-color css

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

 a { background-color: rgb(241,115,42); }

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

border-color css

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

 span { border-color: rgb(241,115,42); }

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