Html Css Color HEX #F05437 Outrageous Orange

📋 copy color: '#F05437'

red 240 ◦ green 84 ◦ blue 55

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

Shades of Outrageous Orange #F05437

Tints of Outrageous Orange #F05437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 63.32%
G = 22.16%
B = 14.51%

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

#F05437 (or 0xF05437) is known color: Outrageous Orange. HEX triplet: F0, 54 and 37. RGB value is (240,84,55). Sum of RGB (Red+Green+Blue) = 240+84+55=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F05437 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05437 is #0FABC8. Grayscale: #7F7F7F. Windows color (decimal): -1027017 or 3626224. OLE color: 3626224.

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

Color convert

RGB 240 84 55 -
CMYK 0 0.65 0.77 0.06
HSL 9.41º 0.86% 0.58% -
HSV(B) 9.41º 0.77% 0.94% -
XYZ 39.8 25.14 6.37 -
YUV 127.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 240 84 55 0 0.65 0.77 0.06 9.41 0.86 0.58
Hex F0 54 37 0 41 4D 6 9 56 3A
Octal 360 124 67 0 101 115 6 11 126 72
Binary 11110000 1010100 110111 0 1000001 1001101 110 1001 1010110 111010

Color Harmonies of #F05437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05437

Black with #F05437

Text Example


Text Example

White with #F05437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05437; }

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

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

background-color css

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

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

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

border-color css

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

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

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