Html Css Color HEX #F0561F Outrageous Orange

📋 copy color: '#F0561F'

red 240 ◦ green 86 ◦ blue 31

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

Shades of Outrageous Orange #F0561F

Tints of Outrageous Orange #F0561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 67.23%
G = 24.09%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0561F (or 0xF0561F) is known color: Outrageous Orange. HEX triplet: F0, 56 and 1F. RGB value is (240,86,31). Sum of RGB (Red+Green+Blue) = 240+86+31=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0561F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0561F is #0FA9E0. Grayscale: #7E7E7E. Windows color (decimal): -1026529 or 2053872. OLE color: 2053872.

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

Color convert

RGB 240 86 31 -
CMYK 0 0.64 0.87 0.06
HSL 15.79º 0.87% 0.53% -
HSV(B) 15.79º 0.87% 0.94% -
XYZ 39.51 25.28 4.09 -
YUV 125.78 74.52 209.47 -
System Red Green Blue C M Y K H S L
Decimal 240 86 31 0 0.64 0.87 0.06 15.79 0.87 0.53
Hex F0 56 1F 0 40 57 6 10 57 35
Octal 360 126 37 0 100 127 6 20 127 65
Binary 11110000 1010110 11111 0 1000000 1010111 110 10000 1010111 110101

Color Harmonies of #F0561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0561F

Black with #F0561F

Text Example


Text Example

White with #F0561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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