Html Css Color HEX #F06226 Outrageous Orange

📋 copy color: '#F06226'

red 240 ◦ green 98 ◦ blue 38

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

Shades of Outrageous Orange #F06226

Tints of Outrageous Orange #F06226

RGB

 RED value IS 240 (94.14% from 255) = 63.83%

 GREEN value IS 98 (38.67% from 255) = 26.06%

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

R = 63.83%
G = 26.06%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06226 (or 0xF06226) is known color: Outrageous Orange. HEX triplet: F0, 62 and 26. RGB value is (240,98,38). Sum of RGB (Red+Green+Blue) = 240+98+38=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06226 is #0F9DD9. Grayscale: #868686. Windows color (decimal): -1023450 or 2515696. OLE color: 2515696.

HSL color Cylindrical-coordinate representation of color #F06226: hue angle of 17.82º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F06226 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 38 -
CMYK 0 0.59 0.84 0.06
HSL 17.82º 0.87% 0.55% -
HSV(B) 17.82º 0.84% 0.94% -
XYZ 40.65 27.4 4.98 -
YUV 133.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 240 98 38 0 0.59 0.84 0.06 17.82 0.87 0.55
Hex F0 62 26 0 3B 54 6 12 57 37
Octal 360 142 46 0 73 124 6 22 127 67
Binary 11110000 1100010 100110 0 111011 1010100 110 10010 1010111 110111

Color Harmonies of #F06226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06226

Black with #F06226

Text Example


Text Example

White with #F06226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06226; }

 p { color: rgb(240,98,38); }

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

background-color css

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

 a { background-color: rgb(240,98,38); }

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

border-color css

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

 span { border-color: rgb(240,98,38); }

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