Html Css Color HEX #F65232 Outrageous Orange

📋 copy color: '#F65232'

red 246 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #F65232

Tints of Outrageous Orange #F65232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

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

R = 65.08%
G = 21.69%
B = 13.23%

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

#F65232 (or 0xF65232) is known color: Outrageous Orange. HEX triplet: F6, 52 and 32. RGB value is (246,82,50). Sum of RGB (Red+Green+Blue) = 246+82+50=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F65232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65232 is #09ADCD. Grayscale: #7F7F7F. Windows color (decimal): -634318 or 3298038. OLE color: 3298038.

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

Color convert

RGB 246 82 50 -
CMYK 0 0.67 0.80 0.04
HSL 9.8º 0.92% 0.58% -
HSV(B) 9.8º 0.8% 0.96% -
XYZ 41.6 25.86 5.82 -
YUV 127.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 246 82 50 0 0.67 0.80 0.04 9.8 0.92 0.58
Hex F6 52 32 0 43 50 4 A 5C 3A
Octal 366 122 62 0 103 120 4 12 134 72
Binary 11110110 1010010 110010 0 1000011 1010000 100 1010 1011100 111010

Color Harmonies of #F65232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65232

Black with #F65232

Text Example


Text Example

White with #F65232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65232; }

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

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

background-color css

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

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

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

border-color css

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

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

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