Html Css Color HEX #F7360C Orange Red

📋 copy color: '#F7360C'

red 247 ◦ green 54 ◦ blue 12

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

Shades of Orange Red #F7360C

Tints of Orange Red #F7360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 78.91%
G = 17.25%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7360C (or 0xF7360C) is known color: Orange Red. HEX triplet: F7, 36 and 0C. RGB value is (247,54,12). Sum of RGB (Red+Green+Blue) = 247+54+12=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7360C is #08C9F3. Grayscale: #6B6B6B. Windows color (decimal): -575988 or 800503. OLE color: 800503.

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

Color convert

RGB 247 54 12 -
CMYK 0 0.78 0.95 0.03
HSL 10.72º 0.94% 0.51% -
HSV(B) 10.72º 0.95% 0.97% -
XYZ 39.74 22.44 2.58 -
YUV 106.92 74.44 227.92 -
System Red Green Blue C M Y K H S L
Decimal 247 54 12 0 0.78 0.95 0.03 10.72 0.94 0.51
Hex F7 36 C 0 4E 5F 3 B 5E 33
Octal 367 66 14 0 116 137 3 13 136 63
Binary 11110111 110110 1100 0 1001110 1011111 11 1011 1011110 110011

Color Harmonies of #F7360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7360C

Black with #F7360C

Text Example


Text Example

White with #F7360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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