Html Css Color HEX #F74101 Orange Red

📋 copy color: '#F74101'

red 247 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #F74101

Tints of Orange Red #F74101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 78.91%
G = 20.77%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F74101 (or 0xF74101) is known color: Orange Red. HEX triplet: F7, 41 and 01. RGB value is (247,65,1). Sum of RGB (Red+Green+Blue) = 247+65+1=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F74101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74101 is #08BEFE. Grayscale: #707070. Windows color (decimal): -573183 or 82423. OLE color: 82423.

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

Color convert

RGB 247 65 1 -
CMYK 0 0.74 1.00 0.03
HSL 15.61º 0.99% 0.49% -
HSV(B) 15.61º 1% 0.97% -
XYZ 40.25 23.56 2.45 -
YUV 112.12 65.3 224.2 -
System Red Green Blue C M Y K H S L
Decimal 247 65 1 0 0.74 1.00 0.03 15.61 0.99 0.49
Hex F7 41 1 0 4A 64 3 10 63 31
Octal 367 101 1 0 112 144 3 20 143 61
Binary 11110111 1000001 1 0 1001010 1100100 11 10000 1100011 110001

Color Harmonies of #F74101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74101

Black with #F74101

Text Example


Text Example

White with #F74101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74101; }

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

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

background-color css

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

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

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

border-color css

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

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

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