Html Css Color HEX #F64E1E Red Orange

📋 copy color: '#F64E1E'

red 246 ◦ green 78 ◦ blue 30

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

Shades of Red Orange #F64E1E

Tints of Red Orange #F64E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 69.49%
G = 22.03%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F64E1E (or 0xF64E1E) is known color: Red Orange. HEX triplet: F6, 4E and 1E. RGB value is (246,78,30). Sum of RGB (Red+Green+Blue) = 246+78+30=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64E1E is #09B1E1. Grayscale: #7B7B7B. Windows color (decimal): -635362 or 1986294. OLE color: 1986294.

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

Color convert

RGB 246 78 30 -
CMYK 0 0.68 0.88 0.04
HSL 13.33º 0.92% 0.54% -
HSV(B) 13.33º 0.88% 0.96% -
XYZ 40.96 25.14 3.92 -
YUV 122.76 75.66 215.9 -
System Red Green Blue C M Y K H S L
Decimal 246 78 30 0 0.68 0.88 0.04 13.33 0.92 0.54
Hex F6 4E 1E 0 44 58 4 D 5C 36
Octal 366 116 36 0 104 130 4 15 134 66
Binary 11110110 1001110 11110 0 1000100 1011000 100 1101 1011100 110110

Color Harmonies of #F64E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64E1E

Black with #F64E1E

Text Example


Text Example

White with #F64E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64E1E; }

 p { color: rgb(246,78,30); }

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

background-color css

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

 a { background-color: rgb(246,78,30); }

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

border-color css

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

 span { border-color: rgb(246,78,30); }

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