Html Css Color HEX #F73F1D Red Orange

📋 copy color: '#F73F1D'

red 247 ◦ green 63 ◦ blue 29

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

Shades of Red Orange #F73F1D

Tints of Red Orange #F73F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 72.86%
G = 18.58%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F73F1D (or 0xF73F1D) is known color: Red Orange. HEX triplet: F7, 3F and 1D. RGB value is (247,63,29). Sum of RGB (Red+Green+Blue) = 247+63+29=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73F1D is #08C0E2. Grayscale: #727272. Windows color (decimal): -573667 or 1916919. OLE color: 1916919.

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

Color convert

RGB 247 63 29 -
CMYK 0 0.74 0.88 0.03
HSL 9.36º 0.93% 0.54% -
HSV(B) 9.36º 0.88% 0.97% -
XYZ 40.36 23.42 3.56 -
YUV 114.14 79.96 222.76 -
System Red Green Blue C M Y K H S L
Decimal 247 63 29 0 0.74 0.88 0.03 9.36 0.93 0.54
Hex F7 3F 1D 0 4A 58 3 9 5D 36
Octal 367 77 35 0 112 130 3 11 135 66
Binary 11110111 111111 11101 0 1001010 1011000 11 1001 1011101 110110

Color Harmonies of #F73F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F1D

Black with #F73F1D

Text Example


Text Example

White with #F73F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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