Html Css Color HEX #F1470B Orange Red

📋 copy color: '#F1470B'

red 241 ◦ green 71 ◦ blue 11

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

Shades of Orange Red #F1470B

Tints of Orange Red #F1470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 74.61%
G = 21.98%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1470B (or 0xF1470B) is known color: Orange Red. HEX triplet: F1, 47 and 0B. RGB value is (241,71,11). Sum of RGB (Red+Green+Blue) = 241+71+11=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1470B is #0EB8F4. Grayscale: #737373. Windows color (decimal): -964853 or 739313. OLE color: 739313.

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

Color convert

RGB 241 71 11 -
CMYK 0 0.71 0.95 0.05
HSL 15.65º 0.91% 0.49% -
HSV(B) 15.65º 0.95% 0.95% -
XYZ 38.59 23.23 2.77 -
YUV 114.99 69.32 217.88 -
System Red Green Blue C M Y K H S L
Decimal 241 71 11 0 0.71 0.95 0.05 15.65 0.91 0.49
Hex F1 47 B 0 47 5F 5 10 5B 31
Octal 361 107 13 0 107 137 5 20 133 61
Binary 11110001 1000111 1011 0 1000111 1011111 101 10000 1011011 110001

Color Harmonies of #F1470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1470B

Black with #F1470B

Text Example


Text Example

White with #F1470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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