Html Css Color HEX #F05731 Outrageous Orange

📋 copy color: '#F05731'

red 240 ◦ green 87 ◦ blue 49

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

Shades of Outrageous Orange #F05731

Tints of Outrageous Orange #F05731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

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

R = 63.83%
G = 23.14%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F05731 (or 0xF05731) is known color: Outrageous Orange. HEX triplet: F0, 57 and 31. RGB value is (240,87,49). Sum of RGB (Red+Green+Blue) = 240+87+49=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F05731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05731 is #0FA8CE. Grayscale: #808080. Windows color (decimal): -1026255 or 3233776. OLE color: 3233776.

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

Color convert

RGB 240 87 49 -
CMYK 0 0.64 0.80 0.06
HSL 11.94º 0.86% 0.57% -
HSV(B) 11.94º 0.8% 0.94% -
XYZ 39.9 25.56 5.74 -
YUV 128.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 240 87 49 0 0.64 0.80 0.06 11.94 0.86 0.57
Hex F0 57 31 0 40 50 6 C 56 39
Octal 360 127 61 0 100 120 6 14 126 71
Binary 11110000 1010111 110001 0 1000000 1010000 110 1100 1010110 111001

Color Harmonies of #F05731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05731

Black with #F05731

Text Example


Text Example

White with #F05731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05731; }

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

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

background-color css

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

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

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

border-color css

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

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

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