#F6381B

Color #F6381B Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F6381B

Tints of Red Orange #F6381B

Color information

#F6381B (or 0xF6381B) is unknown color: approx Red Orange. HEX triplet: F6, 38 and 1B. RGB value is (246,56,27). Sum of RGB (Red+Green+Blue) = 246+56+27=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F6381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6381B is #09C7E4. Grayscale: #6D6D6D. Windows color (decimal): -640997 or 1784054. OLE color: 1784054.

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

Color convert

RGB2465627-
CMYK00.770.890.04
HSL7.95º92.41%53.53%-
HSV(B)7.95º89.02%96.47%-
XYZ39.6222.53.29-
YUV109.581.45225.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 74.77%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 27 (10.94% from 255) = 8.21%
R=74.77%
G=17.02%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246562700.770.890.047.9592.4153.53
HexF6381B04D59485c36
Octal3667033011513141013466
Binary111101101110001101101001101101100110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6381B; }

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

 H1.HeaderClassName
 {
   color: #F6381B;
 }
 .AnyTagClassName
 {
   color: #F6381B;
 }
</style>
background-color css

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

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

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

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

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

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