Html Css Color HEX #F7360D Orange Red

📋 copy color: '#F7360D'

red 247 ◦ green 54 ◦ blue 13

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

Shades of Orange Red #F7360D

Tints of Orange Red #F7360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 78.66%
G = 17.2%
B = 4.14%

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

#F7360D (or 0xF7360D) is known color: Orange Red. HEX triplet: F7, 36 and 0D. RGB value is (247,54,13). Sum of RGB (Red+Green+Blue) = 247+54+13=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7360D is #08C9F2. Grayscale: #6B6B6B. Windows color (decimal): -575987 or 866039. OLE color: 866039.

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

Color convert

RGB 247 54 13 -
CMYK 0 0.78 0.95 0.03
HSL 10.51º 0.94% 0.51% -
HSV(B) 10.51º 0.95% 0.97% -
XYZ 39.75 22.44 2.62 -
YUV 107.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 247 54 13 0 0.78 0.95 0.03 10.51 0.94 0.51
Hex F7 36 D 0 4E 5F 3 B 5E 33
Octal 367 66 15 0 116 137 3 13 136 63
Binary 11110111 110110 1101 0 1001110 1011111 11 1011 1011110 110011

Color Harmonies of #F7360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7360D

Black with #F7360D

Text Example


Text Example

White with #F7360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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