Html Css Color HEX #F64930 Red Orange

📋 copy color: '#F64930'

red 246 ◦ green 73 ◦ blue 48

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

Shades of Red Orange #F64930

Tints of Red Orange #F64930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

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

R = 67.03%
G = 19.89%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F64930 (or 0xF64930) is known color: Red Orange. HEX triplet: F6, 49 and 30. RGB value is (246,73,48). Sum of RGB (Red+Green+Blue) = 246+73+48=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F64930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64930 is #09B6CF. Grayscale: #7A7A7A. Windows color (decimal): -636624 or 3164662. OLE color: 3164662.

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

Color convert

RGB 246 73 48 -
CMYK 0 0.70 0.80 0.04
HSL 7.58º 0.92% 0.58% -
HSV(B) 7.58º 0.8% 0.96% -
XYZ 40.92 24.57 5.38 -
YUV 121.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 246 73 48 0 0.70 0.80 0.04 7.58 0.92 0.58
Hex F6 49 30 0 46 50 4 8 5C 3A
Octal 366 111 60 0 106 120 4 10 134 72
Binary 11110110 1001001 110000 0 1000110 1010000 100 1000 1011100 111010

Color Harmonies of #F64930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64930

Black with #F64930

Text Example


Text Example

White with #F64930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64930; }

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

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

background-color css

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

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

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

border-color css

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

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

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