Html Css Color HEX #F5542B Outrageous Orange

📋 copy color: '#F5542B'

red 245 ◦ green 84 ◦ blue 43

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

Shades of Outrageous Orange #F5542B

Tints of Outrageous Orange #F5542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 65.86%
G = 22.58%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5542B (or 0xF5542B) is known color: Outrageous Orange. HEX triplet: F5, 54 and 2B. RGB value is (245,84,43). Sum of RGB (Red+Green+Blue) = 245+84+43=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5542B is #0AABD4. Grayscale: #7F7F7F. Windows color (decimal): -699349 or 2839797. OLE color: 2839797.

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

Color convert

RGB 245 84 43 -
CMYK 0 0.66 0.82 0.04
HSL 12.18º 0.91% 0.56% -
HSV(B) 12.18º 0.82% 0.96% -
XYZ 41.26 25.93 5.12 -
YUV 127.47 80.34 211.83 -
System Red Green Blue C M Y K H S L
Decimal 245 84 43 0 0.66 0.82 0.04 12.18 0.91 0.56
Hex F5 54 2B 0 42 52 4 C 5B 38
Octal 365 124 53 0 102 122 4 14 133 70
Binary 11110101 1010100 101011 0 1000010 1010010 100 1100 1011011 111000

Color Harmonies of #F5542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5542B

Black with #F5542B

Text Example


Text Example

White with #F5542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5542B; }

 p { color: rgb(245,84,43); }

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

background-color css

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

 a { background-color: rgb(245,84,43); }

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

border-color css

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

 span { border-color: rgb(245,84,43); }

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