Html Css Color HEX #F6502F Outrageous Orange

📋 copy color: '#F6502F'

red 246 ◦ green 80 ◦ blue 47

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

Shades of Outrageous Orange #F6502F

Tints of Outrageous Orange #F6502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 65.95%
G = 21.45%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6502F (or 0xF6502F) is known color: Outrageous Orange. HEX triplet: F6, 50 and 2F. RGB value is (246,80,47). Sum of RGB (Red+Green+Blue) = 246+80+47=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6502F is #09AFD0. Grayscale: #7E7E7E. Windows color (decimal): -634833 or 3100918. OLE color: 3100918.

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

Color convert

RGB 246 80 47 -
CMYK 0 0.67 0.81 0.04
HSL 9.95º 0.92% 0.57% -
HSV(B) 9.95º 0.81% 0.96% -
XYZ 41.39 25.54 5.44 -
YUV 125.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 246 80 47 0 0.67 0.81 0.04 9.95 0.92 0.57
Hex F6 50 2F 0 43 51 4 A 5C 39
Octal 366 120 57 0 103 121 4 12 134 71
Binary 11110110 1010000 101111 0 1000011 1010001 100 1010 1011100 111001

Color Harmonies of #F6502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6502F

Black with #F6502F

Text Example


Text Example

White with #F6502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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