Html Css Color HEX #F73A1B Red Orange

📋 copy color: '#F73A1B'

red 247 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #F73A1B

Tints of Red Orange #F73A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 74.4%
G = 17.47%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F73A1B (or 0xF73A1B) is known color: Red Orange. HEX triplet: F7, 3A and 1B. RGB value is (247,58,27). Sum of RGB (Red+Green+Blue) = 247+58+27=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A1B is #08C5E4. Grayscale: #6F6F6F. Windows color (decimal): -574949 or 1784567. OLE color: 1784567.

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

Color convert

RGB 247 58 27 -
CMYK 0 0.77 0.89 0.03
HSL 8.45º 0.93% 0.54% -
HSV(B) 8.45º 0.89% 0.97% -
XYZ 40.07 22.88 3.34 -
YUV 110.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 247 58 27 0 0.77 0.89 0.03 8.45 0.93 0.54
Hex F7 3A 1B 0 4D 59 3 8 5D 36
Octal 367 72 33 0 115 131 3 10 135 66
Binary 11110111 111010 11011 0 1001101 1011001 11 1000 1011101 110110

Color Harmonies of #F73A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73A1B

Black with #F73A1B

Text Example


Text Example

White with #F73A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73A1B; }

 p { color: rgb(247,58,27); }

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

background-color css

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

 a { background-color: rgb(247,58,27); }

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

border-color css

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

 span { border-color: rgb(247,58,27); }

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