Html Css Color HEX #F73600 Orange Red

📋 copy color: '#F73600'

red 247 ◦ green 54 ◦ blue 0

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

Shades of Orange Red #F73600

Tints of Orange Red #F73600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.06%
G = 17.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73600 (or 0xF73600) is known color: Orange Red. HEX triplet: F7, 36 and 00. RGB value is (247,54,0). Sum of RGB (Red+Green+Blue) = 247+54+0=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F73600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73600 is #08C9FF. Grayscale: #696969. Windows color (decimal): -576000 or 14071. OLE color: 14071.

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

Color convert

RGB 247 54 0 -
CMYK 0 0.78 1 0.03
HSL 13.12º 1% 0.48% -
HSV(B) 13.12º 1% 0.97% -
XYZ 39.68 22.41 2.23 -
YUV 105.55 68.44 228.89 -
System Red Green Blue C M Y K H S L
Decimal 247 54 0 0 0.78 1 0.03 13.12 1 0.48
Hex F7 36 0 0 4E 64 3 D 64 30
Octal 367 66 0 0 116 144 3 15 144 60
Binary 11110111 110110 0 0 1001110 1100100 11 1101 1100100 110000

Color Harmonies of #F73600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73600

Black with #F73600

Text Example


Text Example

White with #F73600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73600; }

 p { color: rgb(247,54,0); }

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

background-color css

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

 a { background-color: rgb(247,54,0); }

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

border-color css

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

 span { border-color: rgb(247,54,0); }

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