Html Css Color HEX #F7380A Orange Red

📋 copy color: '#F7380A'

red 247 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #F7380A

Tints of Orange Red #F7380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 78.91%
G = 17.89%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7380A (or 0xF7380A) is known color: Orange Red. HEX triplet: F7, 38 and 0A. RGB value is (247,56,10). Sum of RGB (Red+Green+Blue) = 247+56+10=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7380A is #08C7F5. Grayscale: #6C6C6C. Windows color (decimal): -575478 or 669943. OLE color: 669943.

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

Color convert

RGB 247 56 10 -
CMYK 0 0.77 0.96 0.03
HSL 11.65º 0.94% 0.5% -
HSV(B) 11.65º 0.96% 0.97% -
XYZ 39.83 22.62 2.56 -
YUV 107.87 72.78 227.24 -
System Red Green Blue C M Y K H S L
Decimal 247 56 10 0 0.77 0.96 0.03 11.65 0.94 0.5
Hex F7 38 A 0 4D 60 3 C 5E 32
Octal 367 70 12 0 115 140 3 14 136 62
Binary 11110111 111000 1010 0 1001101 1100000 11 1100 1011110 110010

Color Harmonies of #F7380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7380A

Black with #F7380A

Text Example


Text Example

White with #F7380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7380A; }

 p { color: rgb(247,56,10); }

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

background-color css

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

 a { background-color: rgb(247,56,10); }

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

border-color css

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

 span { border-color: rgb(247,56,10); }

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