Html Css Color HEX #F64134 Red Orange

📋 copy color: '#F64134'

red 246 ◦ green 65 ◦ blue 52

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

Shades of Red Orange #F64134

Tints of Red Orange #F64134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 67.77%
G = 17.91%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F64134 (or 0xF64134) is known color: Red Orange. HEX triplet: F6, 41 and 34. RGB value is (246,65,52). Sum of RGB (Red+Green+Blue) = 246+65+52=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F64134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64134 is #09BECB. Grayscale: #757575. Windows color (decimal): -638668 or 3424758. OLE color: 3424758.

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

Color convert

RGB 246 65 52 -
CMYK 0 0.74 0.79 0.04
HSL 4.02º 0.92% 0.58% -
HSV(B) 4.02º 0.79% 0.96% -
XYZ 40.52 23.62 5.67 -
YUV 117.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 246 65 52 0 0.74 0.79 0.04 4.02 0.92 0.58
Hex F6 41 34 0 4A 4F 4 4 5C 3A
Octal 366 101 64 0 112 117 4 4 134 72
Binary 11110110 1000001 110100 0 1001010 1001111 100 100 1011100 111010

Color Harmonies of #F64134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64134

Black with #F64134

Text Example


Text Example

White with #F64134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64134; }

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

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

background-color css

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

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

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

border-color css

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

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

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