Html Css Color HEX #F6380B Orange Red

📋 copy color: '#F6380B'

red 246 ◦ green 56 ◦ blue 11

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

Shades of Orange Red #F6380B

Tints of Orange Red #F6380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 78.59%
G = 17.89%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6380B (or 0xF6380B) is known color: Orange Red. HEX triplet: F6, 38 and 0B. RGB value is (246,56,11). Sum of RGB (Red+Green+Blue) = 246+56+11=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F6380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6380B is #09C7F4. Grayscale: #6C6C6C. Windows color (decimal): -641013 or 735478. OLE color: 735478.

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

Color convert

RGB 246 56 11 -
CMYK 0 0.77 0.96 0.04
HSL 11.49º 0.93% 0.5% -
HSV(B) 11.49º 0.96% 0.96% -
XYZ 39.48 22.45 2.57 -
YUV 107.68 73.45 226.66 -
System Red Green Blue C M Y K H S L
Decimal 246 56 11 0 0.77 0.96 0.04 11.49 0.93 0.5
Hex F6 38 B 0 4D 60 4 B 5D 32
Octal 366 70 13 0 115 140 4 13 135 62
Binary 11110110 111000 1011 0 1001101 1100000 100 1011 1011101 110010

Color Harmonies of #F6380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6380B

Black with #F6380B

Text Example


Text Example

White with #F6380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6380B; }

 p { color: rgb(246,56,11); }

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

background-color css

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

 a { background-color: rgb(246,56,11); }

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

border-color css

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

 span { border-color: rgb(246,56,11); }

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