Html Css Color HEX #F05536 Outrageous Orange

📋 copy color: '#F05536'

red 240 ◦ green 85 ◦ blue 54

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

Shades of Outrageous Orange #F05536

Tints of Outrageous Orange #F05536

RGB

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

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

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

R = 63.32%
G = 22.43%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05536 (or 0xF05536) is known color: Outrageous Orange. HEX triplet: F0, 55 and 36. RGB value is (240,85,54). Sum of RGB (Red+Green+Blue) = 240+85+54=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F05536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05536 is #0FAAC9. Grayscale: #808080. Windows color (decimal): -1026762 or 3560944. OLE color: 3560944.

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

Color convert

RGB 240 85 54 -
CMYK 0 0.65 0.78 0.06
HSL 10º 0.86% 0.58% -
HSV(B) 10º 0.78% 0.94% -
XYZ 39.85 25.29 6.27 -
YUV 127.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 240 85 54 0 0.65 0.78 0.06 10 0.86 0.58
Hex F0 55 36 0 41 4E 6 A 56 3A
Octal 360 125 66 0 101 116 6 12 126 72
Binary 11110000 1010101 110110 0 1000001 1001110 110 1010 1010110 111010

Color Harmonies of #F05536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05536

Black with #F05536

Text Example


Text Example

White with #F05536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05536; }

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

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

background-color css

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

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

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

border-color css

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

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

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