Html Css Color HEX #F6481B Orange Red

📋 copy color: '#F6481B'

red 246 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #F6481B

Tints of Orange Red #F6481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 71.3%
G = 20.87%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6481B (or 0xF6481B) is known color: Orange Red. HEX triplet: F6, 48 and 1B. RGB value is (246,72,27). Sum of RGB (Red+Green+Blue) = 246+72+27=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F6481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6481B is #09B7E4. Grayscale: #777777. Windows color (decimal): -636901 or 1788150. OLE color: 1788150.

HSL color Cylindrical-coordinate representation of color #F6481B: hue angle of 12.33º 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 #F6481B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 72 27 -
CMYK 0 0.71 0.89 0.04
HSL 12.33º 0.92% 0.54% -
HSV(B) 12.33º 0.89% 0.96% -
XYZ 40.52 24.31 3.59 -
YUV 118.9 76.15 218.66 -
System Red Green Blue C M Y K H S L
Decimal 246 72 27 0 0.71 0.89 0.04 12.33 0.92 0.54
Hex F6 48 1B 0 47 59 4 C 5C 36
Octal 366 110 33 0 107 131 4 14 134 66
Binary 11110110 1001000 11011 0 1000111 1011001 100 1100 1011100 110110

Color Harmonies of #F6481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6481B

Black with #F6481B

Text Example


Text Example

White with #F6481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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