Html Css Color HEX #F05537 Outrageous Orange

📋 copy color: '#F05537'

red 240 ◦ green 85 ◦ blue 55

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

Shades of Outrageous Orange #F05537

Tints of Outrageous Orange #F05537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 55 (21.88% from 255) = 14.47%

R = 63.16%
G = 22.37%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F05537 (or 0xF05537) is known color: Outrageous Orange. HEX triplet: F0, 55 and 37. RGB value is (240,85,55). Sum of RGB (Red+Green+Blue) = 240+85+55=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F05537 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05537 is #0FAAC8. Grayscale: #808080. Windows color (decimal): -1026761 or 3626480. OLE color: 3626480.

HSL color Cylindrical-coordinate representation of color #F05537: hue angle of 9.73º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05537 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 55 -
CMYK 0 0.65 0.77 0.06
HSL 9.73º 0.86% 0.58% -
HSV(B) 9.73º 0.77% 0.94% -
XYZ 39.87 25.3 6.4 -
YUV 127.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 240 85 55 0 0.65 0.77 0.06 9.73 0.86 0.58
Hex F0 55 37 0 41 4D 6 A 56 3A
Octal 360 125 67 0 101 115 6 12 126 72
Binary 11110000 1010101 110111 0 1000001 1001101 110 1010 1010110 111010

Color Harmonies of #F05537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05537

Black with #F05537

Text Example


Text Example

White with #F05537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05537; }

 p { color: rgb(240,85,55); }

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

background-color css

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

 a { background-color: rgb(240,85,55); }

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

border-color css

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

 span { border-color: rgb(240,85,55); }

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