Html Css Color HEX #F0563B Outrageous Orange

📋 copy color: '#F0563B'

red 240 ◦ green 86 ◦ blue 59

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

Shades of Outrageous Orange #F0563B

Tints of Outrageous Orange #F0563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 62.34%
G = 22.34%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0563B (or 0xF0563B) is known color: Outrageous Orange. HEX triplet: F0, 56 and 3B. RGB value is (240,86,59). Sum of RGB (Red+Green+Blue) = 240+86+59=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0563B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0563B is #0FA9C4. Grayscale: #818181. Windows color (decimal): -1026501 or 3888880. OLE color: 3888880.

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

Color convert

RGB 240 86 59 -
CMYK 0 0.64 0.75 0.06
HSL 8.95º 0.86% 0.59% -
HSV(B) 8.95º 0.75% 0.94% -
XYZ 40.05 25.5 6.95 -
YUV 128.97 88.52 207.2 -
System Red Green Blue C M Y K H S L
Decimal 240 86 59 0 0.64 0.75 0.06 8.95 0.86 0.59
Hex F0 56 3B 0 40 4B 6 9 56 3B
Octal 360 126 73 0 100 113 6 11 126 73
Binary 11110000 1010110 111011 0 1000000 1001011 110 1001 1010110 111011

Color Harmonies of #F0563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0563B

Black with #F0563B

Text Example


Text Example

White with #F0563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0563B; }

 p { color: rgb(240,86,59); }

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

background-color css

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

 a { background-color: rgb(240,86,59); }

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

border-color css

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

 span { border-color: rgb(240,86,59); }

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