Html Css Color HEX #F55B28 Outrageous Orange

📋 copy color: '#F55B28'

red 245 ◦ green 91 ◦ blue 40

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

Shades of Outrageous Orange #F55B28

Tints of Outrageous Orange #F55B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 65.16%
G = 24.2%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F55B28 (or 0xF55B28) is known color: Outrageous Orange. HEX triplet: F5, 5B and 28. RGB value is (245,91,40). Sum of RGB (Red+Green+Blue) = 245+91+40=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B28 is #0AA4D7. Grayscale: #838383. Windows color (decimal): -697560 or 2644981. OLE color: 2644981.

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

Color convert

RGB 245 91 40 -
CMYK 0 0.63 0.84 0.04
HSL 14.93º 0.91% 0.56% -
HSV(B) 14.93º 0.84% 0.96% -
XYZ 41.78 27.05 5.03 -
YUV 131.23 76.52 209.15 -
System Red Green Blue C M Y K H S L
Decimal 245 91 40 0 0.63 0.84 0.04 14.93 0.91 0.56
Hex F5 5B 28 0 3F 54 4 F 5B 38
Octal 365 133 50 0 77 124 4 17 133 70
Binary 11110101 1011011 101000 0 111111 1010100 100 1111 1011011 111000

Color Harmonies of #F55B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55B28

Black with #F55B28

Text Example


Text Example

White with #F55B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55B28; }

 p { color: rgb(245,91,40); }

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

background-color css

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

 a { background-color: rgb(245,91,40); }

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

border-color css

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

 span { border-color: rgb(245,91,40); }

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