Html Css Color HEX #F64830 Red Orange

📋 copy color: '#F64830'

red 246 ◦ green 72 ◦ blue 48

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

Shades of Red Orange #F64830

Tints of Red Orange #F64830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.11%

R = 67.21%
G = 19.67%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F64830 (or 0xF64830) is known color: Red Orange. HEX triplet: F6, 48 and 30. RGB value is (246,72,48). Sum of RGB (Red+Green+Blue) = 246+72+48=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F64830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64830 is #09B7CF. Grayscale: #797979. Windows color (decimal): -636880 or 3164406. OLE color: 3164406.

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

Color convert

RGB 246 72 48 -
CMYK 0 0.71 0.80 0.04
HSL 7.27º 0.92% 0.58% -
HSV(B) 7.27º 0.8% 0.96% -
XYZ 40.86 24.44 5.36 -
YUV 121.29 86.65 216.95 -
System Red Green Blue C M Y K H S L
Decimal 246 72 48 0 0.71 0.80 0.04 7.27 0.92 0.58
Hex F6 48 30 0 47 50 4 7 5C 3A
Octal 366 110 60 0 107 120 4 7 134 72
Binary 11110110 1001000 110000 0 1000111 1010000 100 111 1011100 111010

Color Harmonies of #F64830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64830

Black with #F64830

Text Example


Text Example

White with #F64830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64830; }

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

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

background-color css

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

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

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

border-color css

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

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

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