Html Css Color HEX #F1480D Orange Red

📋 copy color: '#F1480D'

red 241 ◦ green 72 ◦ blue 13

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

Shades of Orange Red #F1480D

Tints of Orange Red #F1480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 73.93%
G = 22.09%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1480D (or 0xF1480D) is known color: Orange Red. HEX triplet: F1, 48 and 0D. RGB value is (241,72,13). Sum of RGB (Red+Green+Blue) = 241+72+13=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1480D is #0EB7F2. Grayscale: #747474. Windows color (decimal): -964595 or 870641. OLE color: 870641.

HSL color Cylindrical-coordinate representation of color #F1480D: hue angle of 15.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1480D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 13 -
CMYK 0 0.70 0.95 0.05
HSL 15.53º 0.9% 0.5% -
HSV(B) 15.53º 0.95% 0.95% -
XYZ 38.67 23.36 2.85 -
YUV 115.81 69.99 217.3 -
System Red Green Blue C M Y K H S L
Decimal 241 72 13 0 0.70 0.95 0.05 15.53 0.9 0.5
Hex F1 48 D 0 46 5F 5 10 5A 32
Octal 361 110 15 0 106 137 5 20 132 62
Binary 11110001 1001000 1101 0 1000110 1011111 101 10000 1011010 110010

Color Harmonies of #F1480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1480D

Black with #F1480D

Text Example


Text Example

White with #F1480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1480D; }

 p { color: rgb(241,72,13); }

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

background-color css

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

 a { background-color: rgb(241,72,13); }

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

border-color css

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

 span { border-color: rgb(241,72,13); }

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