Html Css Color HEX #F64F20 Outrageous Orange

📋 copy color: '#F64F20'

red 246 ◦ green 79 ◦ blue 32

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

Shades of Outrageous Orange #F64F20

Tints of Outrageous Orange #F64F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 68.91%
G = 22.13%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F64F20 (or 0xF64F20) is known color: Outrageous Orange. HEX triplet: F6, 4F and 20. RGB value is (246,79,32). Sum of RGB (Red+Green+Blue) = 246+79+32=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64F20 is #09B0DF. Grayscale: #7B7B7B. Windows color (decimal): -635104 or 2117622. OLE color: 2117622.

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

Color convert

RGB 246 79 32 -
CMYK 0 0.68 0.87 0.04
HSL 13.18º 0.92% 0.55% -
HSV(B) 13.18º 0.87% 0.96% -
XYZ 41.06 25.29 4.08 -
YUV 123.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 246 79 32 0 0.68 0.87 0.04 13.18 0.92 0.55
Hex F6 4F 20 0 44 57 4 D 5C 37
Octal 366 117 40 0 104 127 4 15 134 67
Binary 11110110 1001111 100000 0 1000100 1010111 100 1101 1011100 110111

Color Harmonies of #F64F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F20

Black with #F64F20

Text Example


Text Example

White with #F64F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F20; }

 p { color: rgb(246,79,32); }

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

background-color css

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

 a { background-color: rgb(246,79,32); }

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

border-color css

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

 span { border-color: rgb(246,79,32); }

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