Html Css Color HEX #F05931 Outrageous Orange

📋 copy color: '#F05931'

red 240 ◦ green 89 ◦ blue 49

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

Shades of Outrageous Orange #F05931

Tints of Outrageous Orange #F05931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 49 (19.53% from 255) = 12.96%

R = 63.49%
G = 23.54%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F05931 (or 0xF05931) is known color: Outrageous Orange. HEX triplet: F0, 59 and 31. RGB value is (240,89,49). Sum of RGB (Red+Green+Blue) = 240+89+49=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F05931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05931 is #0FA6CE. Grayscale: #818181. Windows color (decimal): -1025743 or 3234288. OLE color: 3234288.

HSL color Cylindrical-coordinate representation of color #F05931: hue angle of 12.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F05931 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 49 -
CMYK 0 0.63 0.80 0.06
HSL 12.57º 0.86% 0.57% -
HSV(B) 12.57º 0.8% 0.94% -
XYZ 40.06 25.89 5.79 -
YUV 129.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 240 89 49 0 0.63 0.80 0.06 12.57 0.86 0.57
Hex F0 59 31 0 3F 50 6 D 56 39
Octal 360 131 61 0 77 120 6 15 126 71
Binary 11110000 1011001 110001 0 111111 1010000 110 1101 1010110 111001

Color Harmonies of #F05931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05931

Black with #F05931

Text Example


Text Example

White with #F05931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05931; }

 p { color: rgb(240,89,49); }

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

background-color css

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

 a { background-color: rgb(240,89,49); }

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

border-color css

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

 span { border-color: rgb(240,89,49); }

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