Html Css Color HEX #F7331E Red Orange

📋 copy color: '#F7331E'

red 247 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #F7331E

Tints of Red Orange #F7331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 75.3%
G = 15.55%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7331E (or 0xF7331E) is known color: Red Orange. HEX triplet: F7, 33 and 1E. RGB value is (247,51,30). Sum of RGB (Red+Green+Blue) = 247+51+30=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7331E is #08CCE1. Grayscale: #6B6B6B. Windows color (decimal): -576738 or 1979383. OLE color: 1979383.

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

Color convert

RGB 247 51 30 -
CMYK 0 0.79 0.88 0.03
HSL 5.81º 0.93% 0.54% -
HSV(B) 5.81º 0.88% 0.97% -
XYZ 39.78 22.24 3.42 -
YUV 107.21 84.43 227.71 -
System Red Green Blue C M Y K H S L
Decimal 247 51 30 0 0.79 0.88 0.03 5.81 0.93 0.54
Hex F7 33 1E 0 4F 58 3 6 5D 36
Octal 367 63 36 0 117 130 3 6 135 66
Binary 11110111 110011 11110 0 1001111 1011000 11 110 1011101 110110

Color Harmonies of #F7331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7331E

Black with #F7331E

Text Example


Text Example

White with #F7331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7331E; }

 p { color: rgb(247,51,30); }

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

background-color css

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

 a { background-color: rgb(247,51,30); }

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

border-color css

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

 span { border-color: rgb(247,51,30); }

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