Html Css Color HEX #F6501F Outrageous Orange

📋 copy color: '#F6501F'

red 246 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #F6501F

Tints of Outrageous Orange #F6501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 68.91%
G = 22.41%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6501F (or 0xF6501F) is known color: Outrageous Orange. HEX triplet: F6, 50 and 1F. RGB value is (246,80,31). Sum of RGB (Red+Green+Blue) = 246+80+31=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6501F is #09AFE0. Grayscale: #7C7C7C. Windows color (decimal): -634849 or 2052342. OLE color: 2052342.

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

Color convert

RGB 246 80 31 -
CMYK 0 0.67 0.87 0.04
HSL 13.67º 0.92% 0.54% -
HSV(B) 13.67º 0.87% 0.96% -
XYZ 41.12 25.43 4.04 -
YUV 124.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 246 80 31 0 0.67 0.87 0.04 13.67 0.92 0.54
Hex F6 50 1F 0 43 57 4 E 5C 36
Octal 366 120 37 0 103 127 4 16 134 66
Binary 11110110 1010000 11111 0 1000011 1010111 100 1110 1011100 110110

Color Harmonies of #F6501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6501F

Black with #F6501F

Text Example


Text Example

White with #F6501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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