Html Css Color HEX #F65B3C Outrageous Orange

📋 copy color: '#F65B3C'

red 246 ◦ green 91 ◦ blue 60

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

Shades of Outrageous Orange #F65B3C

Tints of Outrageous Orange #F65B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 61.96%
G = 22.92%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F65B3C (or 0xF65B3C) is known color: Outrageous Orange. HEX triplet: F6, 5B and 3C. RGB value is (246,91,60). Sum of RGB (Red+Green+Blue) = 246+91+60=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65B3C is #09A4C3. Grayscale: #868686. Windows color (decimal): -632004 or 3955702. OLE color: 3955702.

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

Color convert

RGB 246 91 60 -
CMYK 0 0.63 0.76 0.04
HSL 10º 0.91% 0.6% -
HSV(B) 10º 0.76% 0.96% -
XYZ 42.56 27.4 7.32 -
YUV 133.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 246 91 60 0 0.63 0.76 0.04 10 0.91 0.6
Hex F6 5B 3C 0 3F 4C 4 A 5B 3C
Octal 366 133 74 0 77 114 4 12 133 74
Binary 11110110 1011011 111100 0 111111 1001100 100 1010 1011011 111100

Color Harmonies of #F65B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B3C

Black with #F65B3C

Text Example


Text Example

White with #F65B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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