Html Css Color HEX #F1440B Orange Red

📋 copy color: '#F1440B'

red 241 ◦ green 68 ◦ blue 11

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

Shades of Orange Red #F1440B

Tints of Orange Red #F1440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 75.31%
G = 21.25%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1440B (or 0xF1440B) is known color: Orange Red. HEX triplet: F1, 44 and 0B. RGB value is (241,68,11). Sum of RGB (Red+Green+Blue) = 241+68+11=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F1440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1440B is #0EBBF4. Grayscale: #717171. Windows color (decimal): -965621 or 738545. OLE color: 738545.

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

Color convert

RGB 241 68 11 -
CMYK 0 0.72 0.95 0.05
HSL 14.87º 0.91% 0.49% -
HSV(B) 14.87º 0.95% 0.95% -
XYZ 38.4 22.86 2.7 -
YUV 113.23 70.31 219.13 -
System Red Green Blue C M Y K H S L
Decimal 241 68 11 0 0.72 0.95 0.05 14.87 0.91 0.49
Hex F1 44 B 0 48 5F 5 F 5B 31
Octal 361 104 13 0 110 137 5 17 133 61
Binary 11110001 1000100 1011 0 1001000 1011111 101 1111 1011011 110001

Color Harmonies of #F1440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1440B

Black with #F1440B

Text Example


Text Example

White with #F1440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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