Html Css Color HEX #F1380F Orange Red

📋 copy color: '#F1380F'

red 241 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #F1380F

Tints of Orange Red #F1380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 77.24%
G = 17.95%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1380F (or 0xF1380F) is known color: Orange Red. HEX triplet: F1, 38 and 0F. RGB value is (241,56,15). Sum of RGB (Red+Green+Blue) = 241+56+15=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F1380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1380F is #0EC7F0. Grayscale: #6A6A6A. Windows color (decimal): -968689 or 997617. OLE color: 997617.

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

Color convert

RGB 241 56 15 -
CMYK 0 0.77 0.94 0.05
HSL 10.88º 0.89% 0.5% -
HSV(B) 10.88º 0.94% 0.95% -
XYZ 37.78 21.56 2.62 -
YUV 106.64 76.29 223.83 -
System Red Green Blue C M Y K H S L
Decimal 241 56 15 0 0.77 0.94 0.05 10.88 0.89 0.5
Hex F1 38 F 0 4D 5E 5 B 59 32
Octal 361 70 17 0 115 136 5 13 131 62
Binary 11110001 111000 1111 0 1001101 1011110 101 1011 1011001 110010

Color Harmonies of #F1380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1380F

Black with #F1380F

Text Example


Text Example

White with #F1380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1380F; }

 p { color: rgb(241,56,15); }

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

background-color css

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

 a { background-color: rgb(241,56,15); }

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

border-color css

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

 span { border-color: rgb(241,56,15); }

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