Html Css Color HEX #F5552B Outrageous Orange

📋 copy color: '#F5552B'

red 245 ◦ green 85 ◦ blue 43

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

Shades of Outrageous Orange #F5552B

Tints of Outrageous Orange #F5552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 65.68%
G = 22.79%
B = 11.53%

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

#F5552B (or 0xF5552B) is known color: Outrageous Orange. HEX triplet: F5, 55 and 2B. RGB value is (245,85,43). Sum of RGB (Red+Green+Blue) = 245+85+43=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F5552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5552B is #0AAAD4. Grayscale: #808080. Windows color (decimal): -699093 or 2840053. OLE color: 2840053.

HSL color Cylindrical-coordinate representation of color #F5552B: hue angle of 12.48º 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 #F5552B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 43 -
CMYK 0 0.65 0.82 0.04
HSL 12.48º 0.91% 0.56% -
HSV(B) 12.48º 0.82% 0.96% -
XYZ 41.34 26.08 5.14 -
YUV 128.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 245 85 43 0 0.65 0.82 0.04 12.48 0.91 0.56
Hex F5 55 2B 0 41 52 4 C 5B 38
Octal 365 125 53 0 101 122 4 14 133 70
Binary 11110101 1010101 101011 0 1000001 1010010 100 1100 1011011 111000

Color Harmonies of #F5552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5552B

Black with #F5552B

Text Example


Text Example

White with #F5552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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