Html Css Color HEX #F65E3D Outrageous Orange

📋 copy color: '#F65E3D'

red 246 ◦ green 94 ◦ blue 61

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

Shades of Outrageous Orange #F65E3D

Tints of Outrageous Orange #F65E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 61.35%
G = 23.44%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F65E3D (or 0xF65E3D) is known color: Outrageous Orange. HEX triplet: F6, 5E and 3D. RGB value is (246,94,61). Sum of RGB (Red+Green+Blue) = 246+94+61=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65E3D is #09A1C2. Grayscale: #878787. Windows color (decimal): -631235 or 4022006. OLE color: 4022006.

HSL color Cylindrical-coordinate representation of color #F65E3D: hue angle of 10.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F65E3D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 94 61 -
CMYK 0 0.62 0.75 0.04
HSL 10.7º 0.91% 0.6% -
HSV(B) 10.7º 0.75% 0.96% -
XYZ 42.85 27.94 7.55 -
YUV 135.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 246 94 61 0 0.62 0.75 0.04 10.7 0.91 0.6
Hex F6 5E 3D 0 3E 4B 4 B 5B 3C
Octal 366 136 75 0 76 113 4 13 133 74
Binary 11110110 1011110 111101 0 111110 1001011 100 1011 1011011 111100

Color Harmonies of #F65E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65E3D

Black with #F65E3D

Text Example


Text Example

White with #F65E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65E3D; }

 p { color: rgb(246,94,61); }

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

background-color css

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

 a { background-color: rgb(246,94,61); }

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

border-color css

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

 span { border-color: rgb(246,94,61); }

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