Html Css Color HEX #F73F05 Orange Red

📋 copy color: '#F73F05'

red 247 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #F73F05

Tints of Orange Red #F73F05

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 78.41%
G = 20%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F73F05 (or 0xF73F05) is known color: Orange Red. HEX triplet: F7, 3F and 05. RGB value is (247,63,5). Sum of RGB (Red+Green+Blue) = 247+63+5=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F05 is #08C0FA. Grayscale: #6F6F6F. Windows color (decimal): -573691 or 344055. OLE color: 344055.

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

Color convert

RGB 247 63 5 -
CMYK 0 0.74 0.98 0.03
HSL 14.38º 0.96% 0.49% -
HSV(B) 14.38º 0.98% 0.97% -
XYZ 40.16 23.34 2.53 -
YUV 111.4 67.96 224.72 -
System Red Green Blue C M Y K H S L
Decimal 247 63 5 0 0.74 0.98 0.03 14.38 0.96 0.49
Hex F7 3F 5 0 4A 62 3 E 60 31
Octal 367 77 5 0 112 142 3 16 140 61
Binary 11110111 111111 101 0 1001010 1100010 11 1110 1100000 110001

Color Harmonies of #F73F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F05

Black with #F73F05

Text Example


Text Example

White with #F73F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F05; }

 p { color: rgb(247,63,5); }

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

background-color css

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

 a { background-color: rgb(247,63,5); }

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

border-color css

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

 span { border-color: rgb(247,63,5); }

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