Html Css Color HEX #F73F08 Orange Red

📋 copy color: '#F73F08'

red 247 ◦ green 63 ◦ blue 8

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

Shades of Orange Red #F73F08

Tints of Orange Red #F73F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 77.67%
G = 19.81%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F73F08 (or 0xF73F08) is known color: Orange Red. HEX triplet: F7, 3F and 08. RGB value is (247,63,8). Sum of RGB (Red+Green+Blue) = 247+63+8=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F08 is #08C0F7. Grayscale: #707070. Windows color (decimal): -573688 or 540663. OLE color: 540663.

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

Color convert

RGB 247 63 8 -
CMYK 0 0.74 0.97 0.03
HSL 13.81º 0.94% 0.5% -
HSV(B) 13.81º 0.97% 0.97% -
XYZ 40.18 23.35 2.62 -
YUV 111.75 69.46 224.47 -
System Red Green Blue C M Y K H S L
Decimal 247 63 8 0 0.74 0.97 0.03 13.81 0.94 0.5
Hex F7 3F 8 0 4A 61 3 E 5E 32
Octal 367 77 10 0 112 141 3 16 136 62
Binary 11110111 111111 1000 0 1001010 1100001 11 1110 1011110 110010

Color Harmonies of #F73F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F08

Black with #F73F08

Text Example


Text Example

White with #F73F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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