Html Css Color HEX #F64131 Red Orange

📋 copy color: '#F64131'

red 246 ◦ green 65 ◦ blue 49

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

Shades of Red Orange #F64131

Tints of Red Orange #F64131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 68.33%
G = 18.06%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F64131 (or 0xF64131) is known color: Red Orange. HEX triplet: F6, 41 and 31. RGB value is (246,65,49). Sum of RGB (Red+Green+Blue) = 246+65+49=360 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.33% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 246 - color contains mainly: red. Hex color #F64131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64131 is #09BECE. Grayscale: #757575. Windows color (decimal): -638671 or 3228150. OLE color: 3228150.

HSL color Cylindrical-coordinate representation of color #F64131: hue angle of 4.87º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F64131 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 65 49 -
CMYK 0 0.74 0.80 0.04
HSL 4.87º 0.92% 0.58% -
HSV(B) 4.87º 0.8% 0.96% -
XYZ 40.45 23.6 5.33 -
YUV 117.3 89.47 219.8 -
System Red Green Blue C M Y K H S L
Decimal 246 65 49 0 0.74 0.80 0.04 4.87 0.92 0.58
Hex F6 41 31 0 4A 50 4 5 5C 3A
Octal 366 101 61 0 112 120 4 5 134 72
Binary 11110110 1000001 110001 0 1001010 1010000 100 101 1011100 111010

Color Harmonies of #F64131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64131

Black with #F64131

Text Example


Text Example

White with #F64131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64131; }

 p { color: rgb(246,65,49); }

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

background-color css

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

 a { background-color: rgb(246,65,49); }

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

border-color css

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

 span { border-color: rgb(246,65,49); }

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