Html Css Color HEX #F1490B Orange Red

📋 copy color: '#F1490B'

red 241 ◦ green 73 ◦ blue 11

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

Shades of Orange Red #F1490B

Tints of Orange Red #F1490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 74.15%
G = 22.46%
B = 3.38%

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

#F1490B (or 0xF1490B) is known color: Orange Red. HEX triplet: F1, 49 and 0B. RGB value is (241,73,11). Sum of RGB (Red+Green+Blue) = 241+73+11=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1490B is #0EB6F4. Grayscale: #747474. Windows color (decimal): -964341 or 739825. OLE color: 739825.

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

Color convert

RGB 241 73 11 -
CMYK 0 0.70 0.95 0.05
HSL 16.17º 0.91% 0.49% -
HSV(B) 16.17º 0.95% 0.95% -
XYZ 38.72 23.49 2.81 -
YUV 116.16 68.66 217.04 -
System Red Green Blue C M Y K H S L
Decimal 241 73 11 0 0.70 0.95 0.05 16.17 0.91 0.49
Hex F1 49 B 0 46 5F 5 10 5B 31
Octal 361 111 13 0 106 137 5 20 133 61
Binary 11110001 1001001 1011 0 1000110 1011111 101 10000 1011011 110001

Color Harmonies of #F1490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1490B

Black with #F1490B

Text Example


Text Example

White with #F1490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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