Html Css Color HEX #F05831 Outrageous Orange

📋 copy color: '#F05831'

red 240 ◦ green 88 ◦ blue 49

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

Shades of Outrageous Orange #F05831

Tints of Outrageous Orange #F05831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

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

R = 63.66%
G = 23.34%
B = 13%

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

#F05831 (or 0xF05831) is known color: Outrageous Orange. HEX triplet: F0, 58 and 31. RGB value is (240,88,49). Sum of RGB (Red+Green+Blue) = 240+88+49=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F05831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05831 is #0FA7CE. Grayscale: #818181. Windows color (decimal): -1025999 or 3234032. OLE color: 3234032.

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

Color convert

RGB 240 88 49 -
CMYK 0 0.63 0.80 0.06
HSL 12.25º 0.86% 0.57% -
HSV(B) 12.25º 0.8% 0.94% -
XYZ 39.98 25.73 5.76 -
YUV 129 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 240 88 49 0 0.63 0.80 0.06 12.25 0.86 0.57
Hex F0 58 31 0 3F 50 6 C 56 39
Octal 360 130 61 0 77 120 6 14 126 71
Binary 11110000 1011000 110001 0 111111 1010000 110 1100 1010110 111001

Color Harmonies of #F05831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05831

Black with #F05831

Text Example


Text Example

White with #F05831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05831; }

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

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

background-color css

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

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

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

border-color css

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

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

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