Html Css Color HEX #F7460B Orange Red

📋 copy color: '#F7460B'

red 247 ◦ green 70 ◦ blue 11

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

Shades of Orange Red #F7460B

Tints of Orange Red #F7460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

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

R = 75.3%
G = 21.34%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7460B (or 0xF7460B) is known color: Orange Red. HEX triplet: F7, 46 and 0B. RGB value is (247,70,11). Sum of RGB (Red+Green+Blue) = 247+70+11=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7460B is #08B9F4. Grayscale: #747474. Windows color (decimal): -571893 or 739063. OLE color: 739063.

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

Color convert

RGB 247 70 11 -
CMYK 0 0.72 0.96 0.03
HSL 15º 0.94% 0.51% -
HSV(B) 15º 0.96% 0.97% -
XYZ 40.61 24.18 2.84 -
YUV 116.2 68.64 221.3 -
System Red Green Blue C M Y K H S L
Decimal 247 70 11 0 0.72 0.96 0.03 15 0.94 0.51
Hex F7 46 B 0 48 60 3 F 5E 33
Octal 367 106 13 0 110 140 3 17 136 63
Binary 11110111 1000110 1011 0 1001000 1100000 11 1111 1011110 110011

Color Harmonies of #F7460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7460B

Black with #F7460B

Text Example


Text Example

White with #F7460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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