Html Css Color HEX #F64D28 Red Orange

📋 copy color: '#F64D28'

red 246 ◦ green 77 ◦ blue 40

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

Shades of Red Orange #F64D28

Tints of Red Orange #F64D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 67.77%
G = 21.21%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F64D28 (or 0xF64D28) is known color: Red Orange. HEX triplet: F6, 4D and 28. RGB value is (246,77,40). Sum of RGB (Red+Green+Blue) = 246+77+40=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D28 is #09B2D7. Grayscale: #7B7B7B. Windows color (decimal): -635608 or 2641398. OLE color: 2641398.

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

Color convert

RGB 246 77 40 -
CMYK 0 0.69 0.84 0.04
HSL 10.78º 0.92% 0.56% -
HSV(B) 10.78º 0.84% 0.96% -
XYZ 41.04 25.05 4.68 -
YUV 123.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 246 77 40 0 0.69 0.84 0.04 10.78 0.92 0.56
Hex F6 4D 28 0 45 54 4 B 5C 38
Octal 366 115 50 0 105 124 4 13 134 70
Binary 11110110 1001101 101000 0 1000101 1010100 100 1011 1011100 111000

Color Harmonies of #F64D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D28

Black with #F64D28

Text Example


Text Example

White with #F64D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D28; }

 p { color: rgb(246,77,40); }

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

background-color css

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

 a { background-color: rgb(246,77,40); }

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

border-color css

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

 span { border-color: rgb(246,77,40); }

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