Html Css Color HEX #F1672D Burnt Orange

📋 copy color: '#F1672D'

red 241 ◦ green 103 ◦ blue 45

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

Shades of Burnt Orange #F1672D

Tints of Burnt Orange #F1672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.48%

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

R = 61.95%
G = 26.48%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1672D (or 0xF1672D) is known color: Burnt Orange. HEX triplet: F1, 67 and 2D. RGB value is (241,103,45). Sum of RGB (Red+Green+Blue) = 241+103+45=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1672D is #0E98D2. Grayscale: #8A8A8A. Windows color (decimal): -956627 or 2975729. OLE color: 2975729.

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

Color convert

RGB 241 103 45 -
CMYK 0 0.57 0.81 0.05
HSL 17.76º 0.88% 0.56% -
HSV(B) 17.76º 0.81% 0.95% -
XYZ 41.6 28.59 5.81 -
YUV 137.65 75.72 201.72 -
System Red Green Blue C M Y K H S L
Decimal 241 103 45 0 0.57 0.81 0.05 17.76 0.88 0.56
Hex F1 67 2D 0 39 51 5 12 58 38
Octal 361 147 55 0 71 121 5 22 130 70
Binary 11110001 1100111 101101 0 111001 1010001 101 10010 1011000 111000

Color Harmonies of #F1672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1672D

Black with #F1672D

Text Example


Text Example

White with #F1672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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