Html Css Color HEX #F6481D Red Orange

📋 copy color: '#F6481D'

red 246 ◦ green 72 ◦ blue 29

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

Shades of Red Orange #F6481D

Tints of Red Orange #F6481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 70.89%
G = 20.75%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6481D (or 0xF6481D) is known color: Red Orange. HEX triplet: F6, 48 and 1D. RGB value is (246,72,29). Sum of RGB (Red+Green+Blue) = 246+72+29=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6481D is #09B7E2. Grayscale: #777777. Windows color (decimal): -636899 or 1919222. OLE color: 1919222.

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

Color convert

RGB 246 72 29 -
CMYK 0 0.71 0.88 0.04
HSL 11.89º 0.92% 0.54% -
HSV(B) 11.89º 0.88% 0.96% -
XYZ 40.55 24.32 3.72 -
YUV 119.12 77.15 218.5 -
System Red Green Blue C M Y K H S L
Decimal 246 72 29 0 0.71 0.88 0.04 11.89 0.92 0.54
Hex F6 48 1D 0 47 58 4 C 5C 36
Octal 366 110 35 0 107 130 4 14 134 66
Binary 11110110 1001000 11101 0 1000111 1011000 100 1100 1011100 110110

Color Harmonies of #F6481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6481D

Black with #F6481D

Text Example


Text Example

White with #F6481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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