Html Css Color HEX #F55926 Outrageous Orange

📋 copy color: '#F55926'

red 245 ◦ green 89 ◦ blue 38

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

Shades of Outrageous Orange #F55926

Tints of Outrageous Orange #F55926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 65.86%
G = 23.92%
B = 10.22%

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

#F55926 (or 0xF55926) is known color: Outrageous Orange. HEX triplet: F5, 59 and 26. RGB value is (245,89,38). Sum of RGB (Red+Green+Blue) = 245+89+38=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F55926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55926 is #0AA6D9. Grayscale: #828282. Windows color (decimal): -698074 or 2513397. OLE color: 2513397.

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

Color convert

RGB 245 89 38 -
CMYK 0 0.64 0.84 0.04
HSL 14.78º 0.91% 0.55% -
HSV(B) 14.78º 0.84% 0.96% -
XYZ 41.58 26.7 4.8 -
YUV 129.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 245 89 38 0 0.64 0.84 0.04 14.78 0.91 0.55
Hex F5 59 26 0 40 54 4 F 5B 37
Octal 365 131 46 0 100 124 4 17 133 67
Binary 11110101 1011001 100110 0 1000000 1010100 100 1111 1011011 110111

Color Harmonies of #F55926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55926

Black with #F55926

Text Example


Text Example

White with #F55926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55926; }

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

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

background-color css

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

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

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

border-color css

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

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

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