Html Css Color HEX #F7390C Orange Red

📋 copy color: '#F7390C'

red 247 ◦ green 57 ◦ blue 12

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

Shades of Orange Red #F7390C

Tints of Orange Red #F7390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 78.16%
G = 18.04%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7390C (or 0xF7390C) is known color: Orange Red. HEX triplet: F7, 39 and 0C. RGB value is (247,57,12). Sum of RGB (Red+Green+Blue) = 247+57+12=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F7390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7390C is #08C6F3. Grayscale: #6D6D6D. Windows color (decimal): -575220 or 801271. OLE color: 801271.

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

Color convert

RGB 247 57 12 -
CMYK 0 0.77 0.95 0.03
HSL 11.49º 0.94% 0.51% -
HSV(B) 11.49º 0.95% 0.97% -
XYZ 39.89 22.73 2.63 -
YUV 108.68 73.45 226.66 -
System Red Green Blue C M Y K H S L
Decimal 247 57 12 0 0.77 0.95 0.03 11.49 0.94 0.51
Hex F7 39 C 0 4D 5F 3 B 5E 33
Octal 367 71 14 0 115 137 3 13 136 63
Binary 11110111 111001 1100 0 1001101 1011111 11 1011 1011110 110011

Color Harmonies of #F7390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7390C

Black with #F7390C

Text Example


Text Example

White with #F7390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7390C; }

 p { color: rgb(247,57,12); }

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

background-color css

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

 a { background-color: rgb(247,57,12); }

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

border-color css

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

 span { border-color: rgb(247,57,12); }

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