Html Css Color HEX #F05C36 Outrageous Orange

📋 copy color: '#F05C36'

red 240 ◦ green 92 ◦ blue 54

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

Shades of Outrageous Orange #F05C36

Tints of Outrageous Orange #F05C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

 BLUE value IS 54 (21.48% from 255) = 13.99%

R = 62.18%
G = 23.83%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05C36 (or 0xF05C36) is known color: Outrageous Orange. HEX triplet: F0, 5C and 36. RGB value is (240,92,54). Sum of RGB (Red+Green+Blue) = 240+92+54=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C36 is #0FA3C9. Grayscale: #848484. Windows color (decimal): -1024970 or 3562736. OLE color: 3562736.

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

Color convert

RGB 240 92 54 -
CMYK 0 0.62 0.78 0.06
HSL 12.26º 0.86% 0.58% -
HSV(B) 12.26º 0.78% 0.94% -
XYZ 40.43 26.45 6.46 -
YUV 131.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 240 92 54 0 0.62 0.78 0.06 12.26 0.86 0.58
Hex F0 5C 36 0 3E 4E 6 C 56 3A
Octal 360 134 66 0 76 116 6 14 126 72
Binary 11110000 1011100 110110 0 111110 1001110 110 1100 1010110 111010

Color Harmonies of #F05C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C36

Black with #F05C36

Text Example


Text Example

White with #F05C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C36; }

 p { color: rgb(240,92,54); }

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

background-color css

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

 a { background-color: rgb(240,92,54); }

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

border-color css

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

 span { border-color: rgb(240,92,54); }

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