Html Css Color HEX #F55A25 Outrageous Orange

📋 copy color: '#F55A25'

red 245 ◦ green 90 ◦ blue 37

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

Shades of Outrageous Orange #F55A25

Tints of Outrageous Orange #F55A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 65.86%
G = 24.19%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F55A25 (or 0xF55A25) is known color: Outrageous Orange. HEX triplet: F5, 5A and 25. RGB value is (245,90,37). Sum of RGB (Red+Green+Blue) = 245+90+37=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A25 is #0AA5DA. Grayscale: #828282. Windows color (decimal): -697819 or 2448117. OLE color: 2448117.

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

Color convert

RGB 245 90 37 -
CMYK 0 0.63 0.85 0.04
HSL 15.29º 0.91% 0.55% -
HSV(B) 15.29º 0.85% 0.96% -
XYZ 41.65 26.86 4.74 -
YUV 130.3 75.35 209.81 -
System Red Green Blue C M Y K H S L
Decimal 245 90 37 0 0.63 0.85 0.04 15.29 0.91 0.55
Hex F5 5A 25 0 3F 55 4 F 5B 37
Octal 365 132 45 0 77 125 4 17 133 67
Binary 11110101 1011010 100101 0 111111 1010101 100 1111 1011011 110111

Color Harmonies of #F55A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A25

Black with #F55A25

Text Example


Text Example

White with #F55A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A25; }

 p { color: rgb(245,90,37); }

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

background-color css

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

 a { background-color: rgb(245,90,37); }

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

border-color css

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

 span { border-color: rgb(245,90,37); }

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