Html Css Color HEX #F74812 Orange Red

📋 copy color: '#F74812'

red 247 ◦ green 72 ◦ blue 18

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

Shades of Orange Red #F74812

Tints of Orange Red #F74812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 73.29%
G = 21.36%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F74812 (or 0xF74812) is known color: Orange Red. HEX triplet: F7, 48 and 12. RGB value is (247,72,18). Sum of RGB (Red+Green+Blue) = 247+72+18=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74812 is #08B7ED. Grayscale: #767676. Windows color (decimal): -571374 or 1198327. OLE color: 1198327.

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

Color convert

RGB 247 72 18 -
CMYK 0 0.71 0.93 0.03
HSL 14.15º 0.93% 0.52% -
HSV(B) 14.15º 0.93% 0.97% -
XYZ 40.78 24.45 3.14 -
YUV 118.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 247 72 18 0 0.71 0.93 0.03 14.15 0.93 0.52
Hex F7 48 12 0 47 5D 3 E 5D 34
Octal 367 110 22 0 107 135 3 16 135 64
Binary 11110111 1001000 10010 0 1000111 1011101 11 1110 1011101 110100

Color Harmonies of #F74812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74812

Black with #F74812

Text Example


Text Example

White with #F74812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74812; }

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

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

background-color css

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

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

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

border-color css

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

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

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