Html Css Color HEX #F64935 Red Orange

📋 copy color: '#F64935'

red 246 ◦ green 73 ◦ blue 53

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

Shades of Red Orange #F64935

Tints of Red Orange #F64935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 66.13%
G = 19.62%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F64935 (or 0xF64935) is known color: Red Orange. HEX triplet: F6, 49 and 35. RGB value is (246,73,53). Sum of RGB (Red+Green+Blue) = 246+73+53=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F64935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64935 is #09B6CA. Grayscale: #7A7A7A. Windows color (decimal): -636619 or 3492342. OLE color: 3492342.

HSL color Cylindrical-coordinate representation of color #F64935: hue angle of 6.22º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F64935 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 53 -
CMYK 0 0.70 0.78 0.04
HSL 6.22º 0.91% 0.59% -
HSV(B) 6.22º 0.78% 0.96% -
XYZ 41.03 24.61 5.96 -
YUV 122.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 246 73 53 0 0.70 0.78 0.04 6.22 0.91 0.59
Hex F6 49 35 0 46 4E 4 6 5B 3B
Octal 366 111 65 0 106 116 4 6 133 73
Binary 11110110 1001001 110101 0 1000110 1001110 100 110 1011011 111011

Color Harmonies of #F64935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64935

Black with #F64935

Text Example


Text Example

White with #F64935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64935; }

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

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

background-color css

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

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

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

border-color css

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

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

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