Html Css Color HEX #F73612 Orange Red

📋 copy color: '#F73612'

red 247 ◦ green 54 ◦ blue 18

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

Shades of Orange Red #F73612

Tints of Orange Red #F73612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 77.43%
G = 16.93%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F73612 (or 0xF73612) is known color: Orange Red. HEX triplet: F7, 36 and 12. RGB value is (247,54,18). Sum of RGB (Red+Green+Blue) = 247+54+18=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F73612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73612 is #08C9ED. Grayscale: #6B6B6B. Windows color (decimal): -575982 or 1193719. OLE color: 1193719.

HSL color Cylindrical-coordinate representation of color #F73612: hue angle of 9.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73612 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 54 18 -
CMYK 0 0.78 0.93 0.03
HSL 9.43º 0.93% 0.52% -
HSV(B) 9.43º 0.93% 0.97% -
XYZ 39.79 22.46 2.81 -
YUV 107.6 77.44 227.43 -
System Red Green Blue C M Y K H S L
Decimal 247 54 18 0 0.78 0.93 0.03 9.43 0.93 0.52
Hex F7 36 12 0 4E 5D 3 9 5D 34
Octal 367 66 22 0 116 135 3 11 135 64
Binary 11110111 110110 10010 0 1001110 1011101 11 1001 1011101 110100

Color Harmonies of #F73612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73612

Black with #F73612

Text Example


Text Example

White with #F73612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73612; }

 p { color: rgb(247,54,18); }

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

background-color css

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

 a { background-color: rgb(247,54,18); }

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

border-color css

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

 span { border-color: rgb(247,54,18); }

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