Html Css Color HEX #F7321B Red Orange

📋 copy color: '#F7321B'

red 247 ◦ green 50 ◦ blue 27

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

Shades of Red Orange #F7321B

Tints of Red Orange #F7321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 76.23%
G = 15.43%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7321B (or 0xF7321B) is known color: Red Orange. HEX triplet: F7, 32 and 1B. RGB value is (247,50,27). Sum of RGB (Red+Green+Blue) = 247+50+27=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7321B is #08CDE4. Grayscale: #6A6A6A. Windows color (decimal): -576997 or 1782519. OLE color: 1782519.

HSL color Cylindrical-coordinate representation of color #F7321B: hue angle of 6.27º 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 #F7321B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 27 -
CMYK 0 0.80 0.89 0.03
HSL 6.27º 0.93% 0.54% -
HSV(B) 6.27º 0.89% 0.97% -
XYZ 39.7 22.13 3.22 -
YUV 106.28 83.27 228.37 -
System Red Green Blue C M Y K H S L
Decimal 247 50 27 0 0.80 0.89 0.03 6.27 0.93 0.54
Hex F7 32 1B 0 50 59 3 6 5D 36
Octal 367 62 33 0 120 131 3 6 135 66
Binary 11110111 110010 11011 0 1010000 1011001 11 110 1011101 110110

Color Harmonies of #F7321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7321B

Black with #F7321B

Text Example


Text Example

White with #F7321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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