Html Css Color HEX #F7380F Orange Red

📋 copy color: '#F7380F'

red 247 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #F7380F

Tints of Orange Red #F7380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 77.67%
G = 17.61%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7380F (or 0xF7380F) is known color: Orange Red. HEX triplet: F7, 38 and 0F. RGB value is (247,56,15). Sum of RGB (Red+Green+Blue) = 247+56+15=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F7380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7380F is #08C7F0. Grayscale: #6C6C6C. Windows color (decimal): -575473 or 997623. OLE color: 997623.

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

Color convert

RGB 247 56 15 -
CMYK 0 0.77 0.94 0.03
HSL 10.6º 0.94% 0.51% -
HSV(B) 10.6º 0.94% 0.97% -
XYZ 39.86 22.64 2.72 -
YUV 108.44 75.28 226.83 -
System Red Green Blue C M Y K H S L
Decimal 247 56 15 0 0.77 0.94 0.03 10.6 0.94 0.51
Hex F7 38 F 0 4D 5E 3 B 5E 33
Octal 367 70 17 0 115 136 3 13 136 63
Binary 11110111 111000 1111 0 1001101 1011110 11 1011 1011110 110011

Color Harmonies of #F7380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7380F

Black with #F7380F

Text Example


Text Example

White with #F7380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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