Html Css Color HEX #F7410B Orange Red

📋 copy color: '#F7410B'

red 247 ◦ green 65 ◦ blue 11

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

Shades of Orange Red #F7410B

Tints of Orange Red #F7410B

RGB

 RED value IS 247 (96.88% from 255) = 76.47%

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 76.47%
G = 20.12%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7410B (or 0xF7410B) is known color: Orange Red. HEX triplet: F7, 41 and 0B. RGB value is (247,65,11). Sum of RGB (Red+Green+Blue) = 247+65+11=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7410B is #08BEF4. Grayscale: #717171. Windows color (decimal): -573173 or 737783. OLE color: 737783.

HSL color Cylindrical-coordinate representation of color #F7410B: hue angle of 13.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7410B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 65 11 -
CMYK 0 0.74 0.96 0.03
HSL 13.73º 0.94% 0.51% -
HSV(B) 13.73º 0.96% 0.97% -
XYZ 40.31 23.58 2.74 -
YUV 113.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 247 65 11 0 0.74 0.96 0.03 13.73 0.94 0.51
Hex F7 41 B 0 4A 60 3 E 5E 33
Octal 367 101 13 0 112 140 3 16 136 63
Binary 11110111 1000001 1011 0 1001010 1100000 11 1110 1011110 110011

Color Harmonies of #F7410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7410B

Black with #F7410B

Text Example


Text Example

White with #F7410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7410B; }

 p { color: rgb(247,65,11); }

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

background-color css

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

 a { background-color: rgb(247,65,11); }

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

border-color css

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

 span { border-color: rgb(247,65,11); }

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