Html Css Color HEX #F74702 Orange Red

📋 copy color: '#F74702'

red 247 ◦ green 71 ◦ blue 2

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

Shades of Orange Red #F74702

Tints of Orange Red #F74702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 77.19%
G = 22.19%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F74702 (or 0xF74702) is known color: Orange Red. HEX triplet: F7, 47 and 02. RGB value is (247,71,2). Sum of RGB (Red+Green+Blue) = 247+71+2=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F74702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74702 is #08B8FD. Grayscale: #747474. Windows color (decimal): -571646 or 149495. OLE color: 149495.

HSL color Cylindrical-coordinate representation of color #F74702: hue angle of 16.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F74702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 71 2 -
CMYK 0 0.71 0.99 0.03
HSL 16.9º 0.98% 0.49% -
HSV(B) 16.9º 0.99% 0.97% -
XYZ 40.62 24.29 2.6 -
YUV 115.76 63.81 221.61 -
System Red Green Blue C M Y K H S L
Decimal 247 71 2 0 0.71 0.99 0.03 16.9 0.98 0.49
Hex F7 47 2 0 47 63 3 11 62 31
Octal 367 107 2 0 107 143 3 21 142 61
Binary 11110111 1000111 10 0 1000111 1100011 11 10001 1100010 110001

Color Harmonies of #F74702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74702

Black with #F74702

Text Example


Text Example

White with #F74702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74702; }

 p { color: rgb(247,71,2); }

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

background-color css

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

 a { background-color: rgb(247,71,2); }

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

border-color css

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

 span { border-color: rgb(247,71,2); }

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