Html Css Color HEX #F0562A Outrageous Orange

📋 copy color: '#F0562A'

red 240 ◦ green 86 ◦ blue 42

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

Shades of Outrageous Orange #F0562A

Tints of Outrageous Orange #F0562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 65.22%
G = 23.37%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0562A (or 0xF0562A) is known color: Outrageous Orange. HEX triplet: F0, 56 and 2A. RGB value is (240,86,42). Sum of RGB (Red+Green+Blue) = 240+86+42=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0562A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0562A is #0FA9D5. Grayscale: #7F7F7F. Windows color (decimal): -1026518 or 2774768. OLE color: 2774768.

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

Color convert

RGB 240 86 42 -
CMYK 0 0.64 0.82 0.06
HSL 13.33º 0.87% 0.55% -
HSV(B) 13.33º 0.83% 0.94% -
XYZ 39.68 25.35 4.99 -
YUV 127.03 80.02 208.58 -
System Red Green Blue C M Y K H S L
Decimal 240 86 42 0 0.64 0.82 0.06 13.33 0.87 0.55
Hex F0 56 2A 0 40 52 6 D 57 37
Octal 360 126 52 0 100 122 6 15 127 67
Binary 11110000 1010110 101010 0 1000000 1010010 110 1101 1010111 110111

Color Harmonies of #F0562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0562A

Black with #F0562A

Text Example


Text Example

White with #F0562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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