Html Css Color HEX #F1490C Orange Red

📋 copy color: '#F1490C'

red 241 ◦ green 73 ◦ blue 12

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

Shades of Orange Red #F1490C

Tints of Orange Red #F1490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 73.93%
G = 22.39%
B = 3.68%

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

#F1490C (or 0xF1490C) is known color: Orange Red. HEX triplet: F1, 49 and 0C. RGB value is (241,73,12). Sum of RGB (Red+Green+Blue) = 241+73+12=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F1490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1490C is #0EB6F3. Grayscale: #747474. Windows color (decimal): -964340 or 805361. OLE color: 805361.

HSL color Cylindrical-coordinate representation of color #F1490C: hue angle of 15.98º degrees, saturation: 0.91, 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 #F1490C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 12 -
CMYK 0 0.70 0.95 0.05
HSL 15.98º 0.91% 0.5% -
HSV(B) 15.98º 0.95% 0.95% -
XYZ 38.72 23.49 2.84 -
YUV 116.28 69.16 216.96 -
System Red Green Blue C M Y K H S L
Decimal 241 73 12 0 0.70 0.95 0.05 15.98 0.91 0.5
Hex F1 49 C 0 46 5F 5 10 5B 32
Octal 361 111 14 0 106 137 5 20 133 62
Binary 11110001 1001001 1100 0 1000110 1011111 101 10000 1011011 110010

Color Harmonies of #F1490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1490C

Black with #F1490C

Text Example


Text Example

White with #F1490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1490C; }

 p { color: rgb(241,73,12); }

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

background-color css

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

 a { background-color: rgb(241,73,12); }

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

border-color css

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

 span { border-color: rgb(241,73,12); }

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