Html Css Color HEX #F5562C Outrageous Orange

📋 copy color: '#F5562C'

red 245 ◦ green 86 ◦ blue 44

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

Shades of Outrageous Orange #F5562C

Tints of Outrageous Orange #F5562C

RGB

 RED value IS 245 (96.09% from 255) = 65.33%

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 65.33%
G = 22.93%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5562C (or 0xF5562C) is known color: Outrageous Orange. HEX triplet: F5, 56 and 2C. RGB value is (245,86,44). Sum of RGB (Red+Green+Blue) = 245+86+44=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5562C is #0AA9D3. Grayscale: #818181. Windows color (decimal): -698836 or 2905845. OLE color: 2905845.

HSL color Cylindrical-coordinate representation of color #F5562C: hue angle of 12.54º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5562C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 86 44 -
CMYK 0 0.65 0.82 0.04
HSL 12.54º 0.91% 0.57% -
HSV(B) 12.54º 0.82% 0.96% -
XYZ 41.44 26.25 5.27 -
YUV 128.75 80.18 210.92 -
System Red Green Blue C M Y K H S L
Decimal 245 86 44 0 0.65 0.82 0.04 12.54 0.91 0.57
Hex F5 56 2C 0 41 52 4 D 5B 39
Octal 365 126 54 0 101 122 4 15 133 71
Binary 11110101 1010110 101100 0 1000001 1010010 100 1101 1011011 111001

Color Harmonies of #F5562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5562C

Black with #F5562C

Text Example


Text Example

White with #F5562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5562C; }

 p { color: rgb(245,86,44); }

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

background-color css

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

 a { background-color: rgb(245,86,44); }

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

border-color css

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

 span { border-color: rgb(245,86,44); }

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