Html Css Color HEX #F55927 Outrageous Orange

📋 copy color: '#F55927'

red 245 ◦ green 89 ◦ blue 39

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

Shades of Outrageous Orange #F55927

Tints of Outrageous Orange #F55927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 39 (15.63% from 255) = 10.46%

R = 65.68%
G = 23.86%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F55927 (or 0xF55927) is known color: Outrageous Orange. HEX triplet: F5, 59 and 27. RGB value is (245,89,39). Sum of RGB (Red+Green+Blue) = 245+89+39=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F55927 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55927 is #0AA6D8. Grayscale: #828282. Windows color (decimal): -698073 or 2578933. OLE color: 2578933.

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

Color convert

RGB 245 89 39 -
CMYK 0 0.64 0.84 0.04
HSL 14.56º 0.91% 0.56% -
HSV(B) 14.56º 0.84% 0.96% -
XYZ 41.59 26.7 4.88 -
YUV 129.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 245 89 39 0 0.64 0.84 0.04 14.56 0.91 0.56
Hex F5 59 27 0 40 54 4 F 5B 38
Octal 365 131 47 0 100 124 4 17 133 70
Binary 11110101 1011001 100111 0 1000000 1010100 100 1111 1011011 111000

Color Harmonies of #F55927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55927

Black with #F55927

Text Example


Text Example

White with #F55927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55927; }

 p { color: rgb(245,89,39); }

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

background-color css

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

 a { background-color: rgb(245,89,39); }

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

border-color css

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

 span { border-color: rgb(245,89,39); }

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