Html Css Color HEX #F7460D Orange Red

📋 copy color: '#F7460D'

red 247 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #F7460D

Tints of Orange Red #F7460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 74.85%
G = 21.21%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7460D (or 0xF7460D) is known color: Orange Red. HEX triplet: F7, 46 and 0D. RGB value is (247,70,13). Sum of RGB (Red+Green+Blue) = 247+70+13=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7460D is #08B9F2. Grayscale: #747474. Windows color (decimal): -571891 or 870135. OLE color: 870135.

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

Color convert

RGB 247 70 13 -
CMYK 0 0.72 0.95 0.03
HSL 14.62º 0.94% 0.51% -
HSV(B) 14.62º 0.95% 0.97% -
XYZ 40.62 24.18 2.91 -
YUV 116.43 69.64 221.13 -
System Red Green Blue C M Y K H S L
Decimal 247 70 13 0 0.72 0.95 0.03 14.62 0.94 0.51
Hex F7 46 D 0 48 5F 3 F 5E 33
Octal 367 106 15 0 110 137 3 17 136 63
Binary 11110111 1000110 1101 0 1001000 1011111 11 1111 1011110 110011

Color Harmonies of #F7460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7460D

Black with #F7460D

Text Example


Text Example

White with #F7460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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