Html Css Color HEX #F1450E Orange Red

📋 copy color: '#F1450E'

red 241 ◦ green 69 ◦ blue 14

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

Shades of Orange Red #F1450E

Tints of Orange Red #F1450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 74.38%
G = 21.3%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1450E (or 0xF1450E) is known color: Orange Red. HEX triplet: F1, 45 and 0E. RGB value is (241,69,14). Sum of RGB (Red+Green+Blue) = 241+69+14=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1450E is #0EBAF1. Grayscale: #727272. Windows color (decimal): -965362 or 935409. OLE color: 935409.

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

Color convert

RGB 241 69 14 -
CMYK 0 0.71 0.94 0.05
HSL 14.54º 0.89% 0.5% -
HSV(B) 14.54º 0.94% 0.95% -
XYZ 38.48 22.99 2.82 -
YUV 114.16 71.48 218.47 -
System Red Green Blue C M Y K H S L
Decimal 241 69 14 0 0.71 0.94 0.05 14.54 0.89 0.5
Hex F1 45 E 0 47 5E 5 F 59 32
Octal 361 105 16 0 107 136 5 17 131 62
Binary 11110001 1000101 1110 0 1000111 1011110 101 1111 1011001 110010

Color Harmonies of #F1450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1450E

Black with #F1450E

Text Example


Text Example

White with #F1450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1450E; }

 p { color: rgb(241,69,14); }

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

background-color css

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

 a { background-color: rgb(241,69,14); }

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

border-color css

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

 span { border-color: rgb(241,69,14); }

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