Html Css Color HEX #F74401 Orange Red

📋 copy color: '#F74401'

red 247 ◦ green 68 ◦ blue 1

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

Shades of Orange Red #F74401

Tints of Orange Red #F74401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 78.16%
G = 21.52%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F74401 (or 0xF74401) is known color: Orange Red. HEX triplet: F7, 44 and 01. RGB value is (247,68,1). Sum of RGB (Red+Green+Blue) = 247+68+1=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F74401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74401 is #08BBFE. Grayscale: #727272. Windows color (decimal): -572415 or 83191. OLE color: 83191.

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

Color convert

RGB 247 68 1 -
CMYK 0 0.72 1.00 0.03
HSL 16.34º 0.99% 0.49% -
HSV(B) 16.34º 1% 0.97% -
XYZ 40.43 23.91 2.51 -
YUV 113.88 64.3 222.95 -
System Red Green Blue C M Y K H S L
Decimal 247 68 1 0 0.72 1.00 0.03 16.34 0.99 0.49
Hex F7 44 1 0 48 64 3 10 63 31
Octal 367 104 1 0 110 144 3 20 143 61
Binary 11110111 1000100 1 0 1001000 1100100 11 10000 1100011 110001

Color Harmonies of #F74401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74401

Black with #F74401

Text Example


Text Example

White with #F74401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74401; }

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

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

background-color css

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

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

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

border-color css

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

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

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