Html Css Color HEX #F6370D Orange Red

📋 copy color: '#F6370D'

red 246 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #F6370D

Tints of Orange Red #F6370D

RGB

 RED value IS 246 (96.48% from 255) = 78.34%

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 78.34%
G = 17.52%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6370D (or 0xF6370D) is known color: Orange Red. HEX triplet: F6, 37 and 0D. RGB value is (246,55,13). Sum of RGB (Red+Green+Blue) = 246+55+13=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6370D is #09C8F2. Grayscale: #6B6B6B. Windows color (decimal): -641267 or 866294. OLE color: 866294.

HSL color Cylindrical-coordinate representation of color #F6370D: hue angle of 10.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6370D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 55 13 -
CMYK 0 0.78 0.95 0.04
HSL 10.82º 0.93% 0.51% -
HSV(B) 10.82º 0.95% 0.96% -
XYZ 39.44 22.35 2.62 -
YUV 107.32 74.78 226.92 -
System Red Green Blue C M Y K H S L
Decimal 246 55 13 0 0.78 0.95 0.04 10.82 0.93 0.51
Hex F6 37 D 0 4E 5F 4 B 5D 33
Octal 366 67 15 0 116 137 4 13 135 63
Binary 11110110 110111 1101 0 1001110 1011111 100 1011 1011101 110011

Color Harmonies of #F6370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6370D

Black with #F6370D

Text Example


Text Example

White with #F6370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6370D; }

 p { color: rgb(246,55,13); }

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

background-color css

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

 a { background-color: rgb(246,55,13); }

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

border-color css

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

 span { border-color: rgb(246,55,13); }

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