Html Css Color HEX #F65B20 Outrageous Orange

📋 copy color: '#F65B20'

red 246 ◦ green 91 ◦ blue 32

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

Shades of Outrageous Orange #F65B20

Tints of Outrageous Orange #F65B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.66%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 66.67%
G = 24.66%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F65B20 (or 0xF65B20) is known color: Outrageous Orange. HEX triplet: F6, 5B and 20. RGB value is (246,91,32). Sum of RGB (Red+Green+Blue) = 246+91+32=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65B20 is #09A4DF. Grayscale: #838383. Windows color (decimal): -632032 or 2120694. OLE color: 2120694.

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

Color convert

RGB 246 91 32 -
CMYK 0 0.63 0.87 0.04
HSL 16.54º 0.92% 0.55% -
HSV(B) 16.54º 0.87% 0.96% -
XYZ 42.01 27.18 4.4 -
YUV 130.62 72.35 210.3 -
System Red Green Blue C M Y K H S L
Decimal 246 91 32 0 0.63 0.87 0.04 16.54 0.92 0.55
Hex F6 5B 20 0 3F 57 4 11 5C 37
Octal 366 133 40 0 77 127 4 21 134 67
Binary 11110110 1011011 100000 0 111111 1010111 100 10001 1011100 110111

Color Harmonies of #F65B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B20

Black with #F65B20

Text Example


Text Example

White with #F65B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B20; }

 p { color: rgb(246,91,32); }

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

background-color css

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

 a { background-color: rgb(246,91,32); }

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

border-color css

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

 span { border-color: rgb(246,91,32); }

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