Html Css Color HEX #F65126 Outrageous Orange

📋 copy color: '#F65126'

red 246 ◦ green 81 ◦ blue 38

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

Shades of Outrageous Orange #F65126

Tints of Outrageous Orange #F65126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 67.4%
G = 22.19%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F65126 (or 0xF65126) is known color: Outrageous Orange. HEX triplet: F6, 51 and 26. RGB value is (246,81,38). Sum of RGB (Red+Green+Blue) = 246+81+38=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65126 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65126 is #09AED9. Grayscale: #7D7D7D. Windows color (decimal): -634586 or 2511350. OLE color: 2511350.

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

Color convert

RGB 246 81 38 -
CMYK 0 0.67 0.85 0.04
HSL 12.4º 0.92% 0.56% -
HSV(B) 12.4º 0.85% 0.96% -
XYZ 41.3 25.62 4.6 -
YUV 125.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 246 81 38 0 0.67 0.85 0.04 12.4 0.92 0.56
Hex F6 51 26 0 43 55 4 C 5C 38
Octal 366 121 46 0 103 125 4 14 134 70
Binary 11110110 1010001 100110 0 1000011 1010101 100 1100 1011100 111000

Color Harmonies of #F65126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65126

Black with #F65126

Text Example


Text Example

White with #F65126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65126; }

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

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

background-color css

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

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

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

border-color css

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

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

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