Html Css Color HEX #F74201 Orange Red

📋 copy color: '#F74201'

red 247 ◦ green 66 ◦ blue 1

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

Shades of Orange Red #F74201

Tints of Orange Red #F74201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 78.66%
G = 21.02%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F74201 (or 0xF74201) is known color: Orange Red. HEX triplet: F7, 42 and 01. RGB value is (247,66,1). Sum of RGB (Red+Green+Blue) = 247+66+1=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F74201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74201 is #08BDFE. Grayscale: #717171. Windows color (decimal): -572927 or 82679. OLE color: 82679.

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

Color convert

RGB 247 66 1 -
CMYK 0 0.73 1.00 0.03
HSL 15.85º 0.99% 0.49% -
HSV(B) 15.85º 1% 0.97% -
XYZ 40.31 23.67 2.47 -
YUV 112.71 64.97 223.79 -
System Red Green Blue C M Y K H S L
Decimal 247 66 1 0 0.73 1.00 0.03 15.85 0.99 0.49
Hex F7 42 1 0 49 64 3 10 63 31
Octal 367 102 1 0 111 144 3 20 143 61
Binary 11110111 1000010 1 0 1001001 1100100 11 10000 1100011 110001

Color Harmonies of #F74201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74201

Black with #F74201

Text Example


Text Example

White with #F74201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74201; }

 p { color: rgb(247,66,1); }

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

background-color css

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

 a { background-color: rgb(247,66,1); }

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

border-color css

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

 span { border-color: rgb(247,66,1); }

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