Html Css Color HEX #F65132 Outrageous Orange

📋 copy color: '#F65132'

red 246 ◦ green 81 ◦ blue 50

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

Shades of Outrageous Orange #F65132

Tints of Outrageous Orange #F65132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 65.25%
G = 21.49%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F65132 (or 0xF65132) is known color: Outrageous Orange. HEX triplet: F6, 51 and 32. RGB value is (246,81,50). Sum of RGB (Red+Green+Blue) = 246+81+50=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F65132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65132 is #09AECD. Grayscale: #7F7F7F. Windows color (decimal): -634574 or 3297782. OLE color: 3297782.

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

Color convert

RGB 246 81 50 -
CMYK 0 0.67 0.80 0.04
HSL 9.49º 0.92% 0.58% -
HSV(B) 9.49º 0.8% 0.96% -
XYZ 41.52 25.71 5.79 -
YUV 126.8 84.66 213.02 -
System Red Green Blue C M Y K H S L
Decimal 246 81 50 0 0.67 0.80 0.04 9.49 0.92 0.58
Hex F6 51 32 0 43 50 4 9 5C 3A
Octal 366 121 62 0 103 120 4 11 134 72
Binary 11110110 1010001 110010 0 1000011 1010000 100 1001 1011100 111010

Color Harmonies of #F65132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65132

Black with #F65132

Text Example


Text Example

White with #F65132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65132; }

 p { color: rgb(246,81,50); }

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

background-color css

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

 a { background-color: rgb(246,81,50); }

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

border-color css

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

 span { border-color: rgb(246,81,50); }

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