Html Css Color HEX #F65C2E Outrageous Orange

📋 copy color: '#F65C2E'

red 246 ◦ green 92 ◦ blue 46

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

Shades of Outrageous Orange #F65C2E

Tints of Outrageous Orange #F65C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 64.06%
G = 23.96%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F65C2E (or 0xF65C2E) is known color: Outrageous Orange. HEX triplet: F6, 5C and 2E. RGB value is (246,92,46). Sum of RGB (Red+Green+Blue) = 246+92+46=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C2E is #09A3D1. Grayscale: #858585. Windows color (decimal): -631762 or 3038454. OLE color: 3038454.

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

Color convert

RGB 246 92 46 -
CMYK 0 0.63 0.81 0.04
HSL 13.8º 0.92% 0.57% -
HSV(B) 13.8º 0.81% 0.96% -
XYZ 42.33 27.44 5.65 -
YUV 132.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 246 92 46 0 0.63 0.81 0.04 13.8 0.92 0.57
Hex F6 5C 2E 0 3F 51 4 E 5C 39
Octal 366 134 56 0 77 121 4 16 134 71
Binary 11110110 1011100 101110 0 111111 1010001 100 1110 1011100 111001

Color Harmonies of #F65C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C2E

Black with #F65C2E

Text Example


Text Example

White with #F65C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C2E; }

 p { color: rgb(246,92,46); }

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

background-color css

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

 a { background-color: rgb(246,92,46); }

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

border-color css

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

 span { border-color: rgb(246,92,46); }

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