Html Css Color HEX #F6501E Outrageous Orange

📋 copy color: '#F6501E'

red 246 ◦ green 80 ◦ blue 30

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

Shades of Outrageous Orange #F6501E

Tints of Outrageous Orange #F6501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 69.1%
G = 22.47%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6501E (or 0xF6501E) is known color: Outrageous Orange. HEX triplet: F6, 50 and 1E. RGB value is (246,80,30). Sum of RGB (Red+Green+Blue) = 246+80+30=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6501E is #09AFE1. Grayscale: #7C7C7C. Windows color (decimal): -634850 or 1986806. OLE color: 1986806.

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

Color convert

RGB 246 80 30 -
CMYK 0 0.67 0.88 0.04
HSL 13.89º 0.92% 0.54% -
HSV(B) 13.89º 0.88% 0.96% -
XYZ 41.11 25.42 3.97 -
YUV 123.93 75 215.07 -
System Red Green Blue C M Y K H S L
Decimal 246 80 30 0 0.67 0.88 0.04 13.89 0.92 0.54
Hex F6 50 1E 0 43 58 4 E 5C 36
Octal 366 120 36 0 103 130 4 16 134 66
Binary 11110110 1010000 11110 0 1000011 1011000 100 1110 1011100 110110

Color Harmonies of #F6501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6501E

Black with #F6501E

Text Example


Text Example

White with #F6501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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